Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve geoip updater to re-download less frequently on restarts.
On restarts, we ended up re-downloading the geoip data file each time if it was older than a day. This improves things so we now touch the file any time we download it (even if the file contents are the same), so we know it's been checked recently.
- Loading branch information