Skip to content

Commit

Permalink
increase max allowed shard linger limit
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred-landrum committed Aug 22, 2023
1 parent df2167e commit 5e9ed48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/history/shard/controller_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import (
)

const (
shardLingerMaxTimeLimit = 5 * time.Second
shardLingerMaxTimeLimit = 1 * time.Minute
)

var (
Expand Down

0 comments on commit 5e9ed48

Please sign in to comment.