From ff3d87da130facde1ecc31b03b2c79263d3641c4 Mon Sep 17 00:00:00 2001 From: antao Date: Wed, 27 Mar 2019 13:11:02 +0800 Subject: [PATCH] Modify config.example.json --- config.example.json | 2 +- drogon_ctl/templates/config.csp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.json b/config.example.json index ff5aaf47..45cd95a9 100644 --- a/config.example.json +++ b/config.example.json @@ -46,7 +46,7 @@ "passwd": "", //is_fast: false by default, if it is true, the client is faster but user can't call //any synchronous interface of it. - is_fast: false, + "is_fast": false, //connection_number: 1 by default, valid only if is_fast is false. "connection_number": 1 } diff --git a/drogon_ctl/templates/config.csp b/drogon_ctl/templates/config.csp index ff5aaf47..45cd95a9 100644 --- a/drogon_ctl/templates/config.csp +++ b/drogon_ctl/templates/config.csp @@ -46,7 +46,7 @@ "passwd": "", //is_fast: false by default, if it is true, the client is faster but user can't call //any synchronous interface of it. - is_fast: false, + "is_fast": false, //connection_number: 1 by default, valid only if is_fast is false. "connection_number": 1 }