feat: async dns resolving, new env SYS_DNS_RESOLVE_CHUNK_SIZE

This commit is contained in:
Rekryt
2024-09-03 20:09:39 +03:00
parent 21401bb284
commit c89cb6b4b3
3 changed files with 40 additions and 15 deletions

View File

@@ -1,5 +1,6 @@
COMPOSE_PROJECT_NAME="iplist"
STORAGE_SAVE_INTERVAL="120"
SYS_DNS_RESOLVE_CHUNK_SIZE="10"
SYS_DNS_RESOLVE_DELAY="100"
SYS_MEMORY_LIMIT="1024M"
SYS_TIMEZONE="Europe/Moscow"