We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fdbcd2 + 53e18af commit c195e5bCopy full SHA for c195e5b
internal/server/service.go
@@ -32,7 +32,7 @@ const (
32
DefaultDeployTimeout = time.Second * 30
33
DefaultDrainTimeout = time.Second * 30
34
DefaultPauseTimeout = time.Second * 30
35
- DefaultWriterAffinityTimeout = time.Second * 3
+ DefaultWriterAffinityTimeout = time.Second
36
37
DefaultHealthCheckPath = "/up"
38
DefaultHealthCheckPort = 0
0 commit comments