Merge "Allow floats for all intervals"
This commit is contained in:
21 changed files with 52 additions and 54 deletions
@@ -161,9 +161,9 @@ use = egg:swift#recon
# concurrency = 8
#
# Time in seconds to wait between replication passes
# interval = 30
# interval = 30.0
# run_pause is deprecated, use interval instead
# run_pause = 30
# run_pause = 30.0
#
# Process at most this many databases per second
# databases_per_second = 50
@@ -223,7 +223,7 @@ use = egg:swift#recon
# log_level = INFO
# log_address = /dev/log
#
# interval = 300
# interval = 300.0
# concurrency = 4
# node_timeout = 3
# conn_timeout = 0.5
@@ -260,7 +260,7 @@ use = egg:swift#recon
# log_address = /dev/log
#
# Will audit each container at most once per interval
# interval = 1800
# interval = 1800.0
#
# containers_per_second = 200
# recon_cache_path = /var/cache/swift
@@ -290,7 +290,7 @@ use = egg:swift#recon
# sync_proxy = http://10.1.1.1:8888,http://10.1.1.2:8888
#
# Will sync each container at most once per interval
# interval = 300
# interval = 300.0
#
# Maximum amount of time to spend syncing each container per pass
# container_time = 60
@@ -467,7 +467,7 @@ use = egg:swift#xprofile
# broker_timeout = 60
#
# Time in seconds to wait between sharder cycles
# interval = 30
# interval = 30.0
#
# Process at most this many databases per second
# databases_per_second = 50
Reference in New Issue
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.