Show More
@@ -191,6 +191,9 b' rc_cache.repo_object.expiration_time = 2' | |||
|
191 | 191 | ; more Redis options: https://dogpilecache.sqlalchemy.org/en/latest/api.html#redis-backends |
|
192 | 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 | 197 | ; Statsd client config |
|
195 | 198 | #statsd.enabled = false |
|
196 | 199 | #statsd.statsd_host = 0.0.0.0 |
General Comments 0
You need to be logged in to leave comments.
Login now