##// END OF EJS Templates
config: added missing config
super-admin -
r950:08fab55c default
parent child Browse files
Show More
@@ -191,6 +191,9 b' rc_cache.repo_object.expiration_time = 2'
191 ; more Redis options: https://dogpilecache.sqlalchemy.org/en/latest/api.html#redis-backends
191 ; more Redis options: https://dogpilecache.sqlalchemy.org/en/latest/api.html#redis-backends
192 #rc_cache.repo_object.arguments.distributed_lock = true
192 #rc_cache.repo_object.arguments.distributed_lock = true
193
193
194 ; auto-renew lock to prevent stale locks, slower but safer. Use only if problems happen
195 #rc_cache.repo_object.arguments.lock_auto_renewal = true
196
194 ; Statsd client config
197 ; Statsd client config
195 #statsd.enabled = false
198 #statsd.enabled = false
196 #statsd.statsd_host = 0.0.0.0
199 #statsd.statsd_host = 0.0.0.0
General Comments 0
You need to be logged in to leave comments. Login now