chore: update rate limit consts

This commit is contained in:
aclist 2026-06-20 18:26:49 +09:00
parent 58a7878f60
commit 075a2e5a74

View File

@ -4,7 +4,8 @@ UDP_PORT = 27016
VM_FILE = "/proc/sys/vm/max_map_count"
MIN_COUNT = 1048576
RATE_LIMIT_THRESHOLD = 3
API_RATE_LIMIT = 1
CLIENT_RATE_LIMIT = 3
REQUEST_TIMEOUT = 10
APPNAME_DAYZ = "DayZ"