Raise MAX_QUEUE_TARGET_LEN from 50 to 5000
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user