mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-04 05:17:54 +03:00
Set FAKE constant to False for accurate behavior in OpenGnsys service
This commit is contained in:
parent
ad33b1f57a
commit
3863236afd
@ -52,7 +52,7 @@ if typing.TYPE_CHECKING:
|
||||
from uds.core.util.cache import Cache
|
||||
|
||||
# Fake part
|
||||
FAKE: typing.Final[bool] = True
|
||||
FAKE: typing.Final[bool] = False
|
||||
CACHE_VALIDITY: typing.Final[int] = consts.cache.DEFAULT_CACHE_TIMEOUT
|
||||
TIMEOUT: typing.Final[int] = 10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user