We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295b494 commit 7f59f72Copy full SHA for 7f59f72
pkg/constants/limits.go
@@ -15,6 +15,6 @@ import "time"
15
const (
16
MaxBodyBytes = 1 << 20 // 1 MiB
17
MaxHeaderBytes = 16 << 10 // 16 KiB
18
- ServerReadTimeout = 3 * time.Second
19
- ServerWriteTimeout = 3 * time.Second
+ ServerReadTimeout = 10 * time.Second
+ ServerWriteTimeout = 10 * time.Second
20
)
0 commit comments