try reducing rate limit chance
Build and Push Docker Images / build-and-push (push) Successful in 1m24s

This commit is contained in:
2026-08-14 19:58:52 +02:00
parent 23f073e460
commit 3eeb93e225
3 changed files with 195 additions and 15 deletions
@@ -25,5 +25,10 @@ ENV ROTATOR_STATE_PATH=/config/rotator-state.json
ENV GLUETUN_CONTAINER=m3u-filter-vpn
ENV ROTATE_CRON="0 3 * * *"
ENV REGION_SELECT=fastest
ENV SERVERLIST_CACHE_PATH=/config/cache/pia-serverlist.json
ENV SERVERLIST_CACHE_TTL=24h
ENV SERVERLIST_CACHE_MAX_AGE=168h
ENV WG_CONFIG_MAX_AGE=7d
ENV LATENCY_SWITCH_MARGIN_MS=15
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]