Update config.json.example

This commit is contained in:
antao 2018-10-02 17:20:32 +08:00
parent d008bda302
commit d129e43ccc
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
//drogon.log ... //drogon.log ...
"logfile_base_name":"", "logfile_base_name":"",
//log_size_limit:100000000 bytes by default, //log_size_limit:100000000 bytes by default,
//When the log file size reaches "log_size_limit", the log file is switched. //When the log file size reaches "log_size_limit", the log file will be switched.
"log_size_limit":100000000 "log_size_limit":100000000
}, },
//run_as_daemon:false by default //run_as_daemon:false by default
@ -69,4 +69,4 @@
//use sendfile() system-call to send static file to client; //use sendfile() system-call to send static file to client;
"use_sendfile":true "use_sendfile":true
} }
} }