diff --git a/cmd/camper/main.go b/cmd/camper/main.go index 49453b1..4c9ed87 100644 --- a/cmd/camper/main.go +++ b/cmd/camper/main.go @@ -36,8 +36,8 @@ func main() { srv := http.Server{ Addr: ":8080", Handler: handler, - ReadTimeout: 5 * time.Second, - WriteTimeout: 10 * time.Second, + ReadTimeout: 60 * time.Second, + WriteTimeout: 60 * time.Second, IdleTimeout: 2 * time.Minute, }