From 0fad8cb1f1238fef0016d7d27f2d1252561f93cb Mon Sep 17 00:00:00 2001 From: starkwang <381152119@qq.com> Date: Wed, 23 Mar 2016 10:36:59 +0800 Subject: [PATCH] fix --- config.example.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.example.js b/config.example.js index 9575904..9a92129 100644 --- a/config.example.js +++ b/config.example.js @@ -1,4 +1,5 @@ module.exports = { cookie:'', - _xsrf:'' + _xsrf:'', + concurrency:1 } \ No newline at end of file