diff --git a/server/app/main.py b/server/app/main.py index c78e31b..faff6e5 100644 --- a/server/app/main.py +++ b/server/app/main.py @@ -27,7 +27,7 @@ templates = Jinja2Templates(directory="app/templates") MIN_REFRESH_INTERVAL_S = 60 MAX_REFRESH_INTERVAL_S = 86400 MIN_QUEUE_TARGET_LEN = 5 -MAX_QUEUE_TARGET_LEN = 50 +MAX_QUEUE_TARGET_LEN = 5000 MANAGEMENT_TOKEN_COOKIE = "mgmt_token"