diff --git a/cron/ReverseGeocodeWorker.js b/cron/ReverseGeocodeWorker.js index 28cf297..f8af696 100644 --- a/cron/ReverseGeocodeWorker.js +++ b/cron/ReverseGeocodeWorker.js @@ -276,7 +276,7 @@ const go = async () => { const index = async () => { while (1 == 1) { await go(); - await new Promise((r) => setTimeout(r, 300)); + await new Promise((r) => setTimeout(r, 1000)); } };