chore: update default delay between receiving dns records

This commit is contained in:
Rekryt
2024-08-31 15:42:30 +03:00
parent 1e4afdfe33
commit 2de1f3b025
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
COMPOSE_PROJECT_NAME="iplist"
STORAGE_SAVE_INTERVAL="120"
SYS_DNS_RESOLVE_DELAY="1000"
SYS_DNS_RESOLVE_DELAY="100"
SYS_MEMORY_LIMIT="1024M"
SYS_TIMEZONE="Europe/Moscow"
DEBUG="true"