From 74de15c984dee263e94c8f868eca9fe99ad4b888 Mon Sep 17 00:00:00 2001 From: Mmx Date: Tue, 11 Jan 2022 12:34:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4=E4=B8=BA5s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- global/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/config.go b/global/config.go index a3f9a45..f46b548 100644 --- a/global/config.go +++ b/global/config.go @@ -31,7 +31,7 @@ func init() { Enc: "srun_bx1", }, Settings: srunModels.Settings{ - Timeout: 1, + Timeout: 5, Daemon: srunModels.Daemon{ Path: ".autoLogin", },