Merge branch 'main' into lendemor/add_ERA_rules

This commit is contained in:
Lendemor 2024-12-10 20:58:49 +01:00
commit 2b7dc10746

View File

@ -26,7 +26,7 @@ class Expiration(SimpleNamespace):
# Token expiration time in seconds
TOKEN = 60 * 60
# Maximum time in milliseconds that a state can be locked for exclusive access.
LOCK = 1000
LOCK = 10000
# The PING timeout
PING = 120