Add retention

This commit is contained in:
Antonio J. Delgado 2023-07-08 10:28:46 +03:00
parent b4cc01d9e9
commit 1fc38f0f51

View file

@ -84,3 +84,11 @@ ES_PASS={{ es_pass }}
# Tor
http_proxy=http://privoxy:8118
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