Open kaisecheng opened 3 years ago
open question
interval
only for database update check? Is the expiry routine running every day to respect the 30 days expiry rule?interval
config? Checking updates every three days can save some server load considering users deploy ten thousand instances. ingest.geoip.downloader.poll.interval
Since 7.14, geoip check database updates every 24h since the server start time. The suggestion is to add
interval
option to allow users to change the checking interval in hours. The number should be >= 24 and < 168 (7 days)