mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
fix comment: profile default is on. (#1581)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user