diff --git a/pkg/constants/limits.go b/pkg/constants/limits.go index a9c08b5..5ac637c 100644 --- a/pkg/constants/limits.go +++ b/pkg/constants/limits.go @@ -15,6 +15,6 @@ import "time" const ( MaxBodyBytes = 1 << 20 // 1 MiB MaxHeaderBytes = 16 << 10 // 16 KiB - ServerReadTimeout = 3 * time.Second - ServerWriteTimeout = 3 * time.Second + ServerReadTimeout = 10 * time.Second + ServerWriteTimeout = 10 * time.Second )