mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 08:57:10 -06:00
FIX: Use cached MaxMind DB for longer
Don't try to update the IP database as it's gone. This allows users to rebuild Discourse while we work on a proper fix / alternative database.
This commit is contained in:
parent
c76e22942c
commit
d170812e99
@ -236,7 +236,7 @@ max_logster_logs = 1000
|
||||
|
||||
# during precompile update maxmind database if older than N days
|
||||
# set to 0 to disable
|
||||
refresh_maxmind_db_during_precompile_days = 2
|
||||
refresh_maxmind_db_during_precompile_days = 30
|
||||
|
||||
# backup path containing maxmind db files
|
||||
maxmind_backup_path =
|
||||
|
Loading…
Reference in New Issue
Block a user