Update test.sh and config.example.json

This commit is contained in:
antao 2019-03-31 18:30:06 +08:00
parent e76e49cc7a
commit 92fa1f83e4
3 changed files with 5 additions and 2 deletions

View File

@ -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,

View File

@ -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,

View File

@ -70,5 +70,8 @@ if [ ! -f "drogon_test" ];then
exit -1
fi
cd ../../
rm -rf drogon_test
echo "Everything is ok!"
exit 0