sharder: Add periodic_warnings_interval to example config

Change-Id: Ie3c64646373580b70557f2720a13a5a0c5ef7097
This commit is contained in:
Tim Burke 2024-03-11 10:35:13 -07:00
parent 0f6ecb641b
commit 6a426f7fa0
1 changed files with 6 additions and 0 deletions

View File

@ -513,6 +513,12 @@ use = egg:swift#xprofile
# The default is 48 hours (48 x 60 x 60)
# container_sharding_timeout = 172800
#
# Some sharder states lead to repeated messages of 'Reclaimable db stuck
# waiting for shrinking' on every sharder cycle. To reduce noise in logs,
# this message will be suppressed for some time after its last emission.
# Default is 24 hours.
# periodic_warnings_interval = 86400
#
# Large databases tend to take a while to work with, but we want to make sure
# we write down our progress. Use a larger-than-normal broker timeout to make
# us less likely to bomb out on a LockTimeout.