fix comment: profile default is on. (#1581)

This commit is contained in:
涵曦
2022-04-22 16:35:46 +08:00
committed by GitHub
parent 341b7924a0
commit 448fe14b9e

View File

@@ -65,7 +65,7 @@ struct skynet_node {
int init;
uint32_t monitor_exit;
pthread_key_t handle_key;
bool profile; // default is off
bool profile; // default is on
};
static struct skynet_node G_NODE;