Skip to content

Commit c195e5b

Browse files
Merge pull request #184 from basecamp/shorten-default-writer-affinity
Reduce default writer affinity to 1s
2 parents 1fdbcd2 + 53e18af commit c195e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/server/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const (
3232
DefaultDeployTimeout = time.Second * 30
3333
DefaultDrainTimeout = time.Second * 30
3434
DefaultPauseTimeout = time.Second * 30
35-
DefaultWriterAffinityTimeout = time.Second * 3
35+
DefaultWriterAffinityTimeout = time.Second
3636

3737
DefaultHealthCheckPath = "/up"
3838
DefaultHealthCheckPort = 0

0 commit comments

Comments
 (0)