diff --git a/src/utils/request.go b/src/utils/request.go index 37e8e77..07fbb35 100644 --- a/src/utils/request.go +++ b/src/utils/request.go @@ -166,6 +166,7 @@ func ReqSetup() { } else if to <= 0 { fmt.Println("invalid timeout, timeout should be greater than zero") } else { + fs_timeout = to return }