From 6c9f38409e5a1f32ff51482e2f0fb1d82de08db0 Mon Sep 17 00:00:00 2001 From: yxh Date: Mon, 10 Jan 2022 11:27:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=93=8D=E5=BA=94=E6=97=B6=E9=97=B4=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config.toml b/config/config.toml index df768e0..8dd6c1e 100644 --- a/config/config.toml +++ b/config/config.toml @@ -15,6 +15,8 @@ accessLogEnabled = true # 是否记录访问日志。默认为false errorLogEnabled = true # 是否记录异常日志信息到日志中。默认为true PProfEnabled = true # 是否开启PProf性能调试特性。默认为false + debug = true # 是否是调试模式 + readTimeout = "180s" # 响应超时 3分钟 # Logger. [logger]