Update test.sh and config.example.json
This commit is contained in:
parent
e76e49cc7a
commit
92fa1f83e4
|
@ -53,7 +53,7 @@
|
|||
],*/
|
||||
"app": {
|
||||
//threads_num: The number of IO threads, 1 by default, if the value is set to 0, the number of threads
|
||||
//is the number of processors.
|
||||
//is the number of CPU cores
|
||||
"threads_num": 1,
|
||||
//enable_session: False by default
|
||||
"enable_session": true,
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
],*/
|
||||
"app": {
|
||||
//threads_num: The number of IO threads, 1 by default, if the value is set to 0, the number of threads
|
||||
//is the number of processors.
|
||||
//is the number of CPU cores
|
||||
"threads_num": 1,
|
||||
//enable_session: False by default
|
||||
"enable_session": true,
|
||||
|
|
Loading…
Reference in New Issue