fix: 调整默认超时时间为5s

This commit is contained in:
Mmx
2022-01-11 12:34:51 +08:00
parent 8b006e77af
commit 74de15c984

View File

@@ -31,7 +31,7 @@ func init() {
Enc: "srun_bx1", Enc: "srun_bx1",
}, },
Settings: srunModels.Settings{ Settings: srunModels.Settings{
Timeout: 1, Timeout: 5,
Daemon: srunModels.Daemon{ Daemon: srunModels.Daemon{
Path: ".autoLogin", Path: ".autoLogin",
}, },