Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
Update MinLockTimeoutSeconds and MinMaxDeliveryCount
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Yang committed Jun 27, 2017
1 parent 4387615 commit 094e477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/common/lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ const (
// MaxUnconsumedMessagesRetention is the maximum unconsumed retention
MaxUnconsumedMessagesRetention = 7 * 24 * 3600
// MinLockTimeoutSeconds is the minimum lock timeout seconds
MinLockTimeoutSeconds = 0
MinLockTimeoutSeconds = 10
// MaxLockTimeoutSeconds is the maximum lock timeout seconds
MaxLockTimeoutSeconds = 3600
// MinMaxDeliveryCount is the minimum value for max delivery count
MinMaxDeliveryCount = 0
MinMaxDeliveryCount = 1
// MaxMaxDeliveryCount is the maximum value for max delivery count
MaxMaxDeliveryCount = 1000
// MinSkipOlderMessageSeconds is the minimum value for skipping older message
Expand Down

0 comments on commit 094e477

Please sign in to comment.