From 075a2e5a744f08f2f450a0ac2afe954aa8842eb2 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sat, 20 Jun 2026 18:26:49 +0900 Subject: [PATCH] chore: update rate limit consts --- dzgui/const/constants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dzgui/const/constants.py b/dzgui/const/constants.py index cee5a63..58af7f2 100644 --- a/dzgui/const/constants.py +++ b/dzgui/const/constants.py @@ -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"