diff --git a/src/main.go b/src/main.go index 78dd6ec..509e66b 100644 --- a/src/main.go +++ b/src/main.go @@ -132,7 +132,7 @@ func main() { server := &http.Server{ Addr: fmt.Sprintf("%s:%d", cfg.Server.Host, cfg.Server.Port), ReadTimeout: 60 * time.Second, - WriteTimeout: 300 * time.Second, + WriteTimeout: 30 * time.Minute, IdleTimeout: 120 * time.Second, }