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

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.
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.