Add retention
This commit is contained in:
parent
b4cc01d9e9
commit
1fc38f0f51
1 changed files with 8 additions and 0 deletions
|
@ -84,3 +84,11 @@ ES_PASS={{ es_pass }}
|
||||||
# Tor
|
# Tor
|
||||||
http_proxy=http://privoxy:8118
|
http_proxy=http://privoxy:8118
|
||||||
ALLOW_ACCESS_TO_HIDDEN_SERVICE=true
|
ALLOW_ACCESS_TO_HIDDEN_SERVICE=true
|
||||||
|
|
||||||
|
# IP and session retention
|
||||||
|
# -----------------------
|
||||||
|
# Make sure to modify the scheduling of ip_cleanup_scheduler in config/sidekiq.yml
|
||||||
|
# to be less than daily if you lower IP_RETENTION_PERIOD below two days (172800).
|
||||||
|
# -----------------------
|
||||||
|
IP_RETENTION_PERIOD=31556952
|
||||||
|
SESSION_RETENTION_PERIOD=31556952
|
||||||
|
|
Loading…
Reference in a new issue