Modify configuration file

This commit is contained in:
antao 2018-09-13 18:28:54 +08:00
parent c71f0810b2
commit 3fd6e42e6c
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@
"log_size_limit":100000000 "log_size_limit":100000000
}, },
//run_as_daemon:false by default //run_as_daemon:false by default
"run_as_daemon":true, "run_as_daemon":false,
//relaunch_on_error:false by default,if true,the program will be restart by parent after exit; //relaunch_on_error:false by default,if true,the program will be restart by parent after exit;
"relaunch_on_error":true "relaunch_on_error":false
} }
} }