Skip to content

Commit

Permalink
reduce MatchingActivityTaskSyncMatchWaitTime default value (uber#4897)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolodezny authored Jul 6, 2022
1 parent 7da6bc0 commit 1f8c93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/dynamicconfig/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3913,7 +3913,7 @@ var DurationKeys = map[DurationKey]DynamicDuration{
MatchingActivityTaskSyncMatchWaitTime: DynamicDuration{
KeyName: "matching.activityTaskSyncMatchWaitTime",
Description: "MatchingActivityTaskSyncMatchWaitTime is the amount of time activity task will wait to be sync matched",
DefaultValue: time.Millisecond * 100,
DefaultValue: time.Millisecond * 50,
},
HistoryLongPollExpirationInterval: DynamicDuration{
KeyName: "history.longPollExpirationInterval",
Expand Down

0 comments on commit 1f8c93a

Please sign in to comment.