Unverified Commit 0ec4749d authored by Eric_Lee's avatar Eric_Lee Committed by GitHub

increase timeout seconds (#102)

parent a07dfb7b
...@@ -554,7 +554,7 @@ func (u *UserSftp) LoopPushFTPLog() { ...@@ -554,7 +554,7 @@ func (u *UserSftp) LoopPushFTPLog() {
case 0: case 0:
timeoutSecond = time.Second * 60 timeoutSecond = time.Second * 60
default: default:
timeoutSecond = time.Second * 1 timeoutSecond = time.Second * 10
} }
select { select {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment