Merge "memcache: Make error-limiting values configurable"
This commit is contained in:
@@ -160,6 +160,7 @@ use = egg:swift#proxy
|
||||
#
|
||||
# How long without an error before a node's error count is reset. This will
|
||||
# also be how long before a node is reenabled after suppression is triggered.
|
||||
# Set to 0 to disable error-limiting.
|
||||
# error_suppression_interval = 60
|
||||
#
|
||||
# How many errors can accumulate before a node is temporarily ignored.
|
||||
@@ -703,6 +704,14 @@ use = egg:swift#memcache
|
||||
# Sets the maximum number of connections to each memcached server per worker
|
||||
# memcache_max_connections = 2
|
||||
#
|
||||
# How long without an error before a server's error count is reset. This will
|
||||
# also be how long before a server is reenabled after suppression is triggered.
|
||||
# Set to 0 to disable error-limiting.
|
||||
# error_suppression_interval = 60.0
|
||||
#
|
||||
# How many errors can accumulate before a server is temporarily ignored.
|
||||
# error_suppression_limit = 10
|
||||
#
|
||||
# More options documented in memcache.conf-sample
|
||||
|
||||
[filter:ratelimit]
|
||||
|
||||
Reference in New Issue
Block a user