From 3fd6e42e6c8ed2b2ebd123eaf535a71c88808ce6 Mon Sep 17 00:00:00 2001 From: antao Date: Thu, 13 Sep 2018 18:28:54 +0800 Subject: [PATCH] Modify configuration file --- drogon.conf.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drogon.conf.example b/drogon.conf.example index 562ef709..f09fa981 100644 --- a/drogon.conf.example +++ b/drogon.conf.example @@ -58,8 +58,8 @@ "log_size_limit":100000000 }, //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":true + "relaunch_on_error":false } } \ No newline at end of file