fix: 调整默认超时时间为5s
This commit is contained in:
@@ -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",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user