mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-13 21:01:16 +08:00
Since we download the GeoIP database during worker/server initialization, there is a high chance of spamming the server with too many requests for downloads, especially if the number of web and worker nodes is high. This PR provides the ability to specify a custom URL for the GeoLite database download, configurable via an environment variable. This helps in distributing the load and avoiding server overload during the initialization process |
||
|---|---|---|
| .. | ||
| .keep | ||
| asset_clean.rake | ||
| auto_annotate_models.rake | ||
| db_enhancements.rake | ||
| instance_id.rake | ||
| ip_lookup.rake | ||
| sidekiq_tasks.rake | ||
| swagger.rake | ||
| yarn.rake | ||