Skip to content

Commit 6a233c1

Browse files
authored
feat(core): Bump default write timeout. (#2671)
### Proposed Changes 1.) Bump default write timeout to 10 seconds. ### Checklist - [ ] I have added or updated unit tests - [ ] I have added or updated integration tests (if appropriate) - [ ] I have added or updated documentation ### Testing Instructions
1 parent 2038433 commit 6a233c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/internal/server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import (
3737
)
3838

3939
const (
40-
defaultWriteTimeout time.Duration = 5 * time.Second
40+
defaultWriteTimeout time.Duration = 10 * time.Second
4141
defaultReadTimeout time.Duration = 10 * time.Second
4242
shutdownTimeout time.Duration = 5 * time.Second
4343
)

0 commit comments

Comments
 (0)