diff --git a/web/server.go b/web/server.go index bbfc1cede..95fe82813 100644 --- a/web/server.go +++ b/web/server.go @@ -90,6 +90,7 @@ func NewServer(ctx context.Context, rt *runtime.Runtime, wg *sync.WaitGroup) *Se Handler: router, ReadTimeout: 30 * time.Second, WriteTimeout: 30 * time.Second, + IdleTimeout: 90 * time.Second, } return s