mirror of
https://github.com/discourse/discourse.git
synced 2024-12-14 21:34:23 +08: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
a6701d8710
commit
ad7a13921f
|
@ -234,7 +234,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