Resetting utils subtree.

This commit is contained in:
2024-12-21 10:08:31 +05:30
parent 752d85d8b1
commit 32aedc8a25
172 changed files with 660 additions and 136576 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ class CoreAuthTokenModel(BaseModel):
default = "pending"
)
syncFreq: Literal[60, 300, 1500] = Field(
syncFreq: Literal[60, 300, 900, 1500] = Field(
description = "the no. of seconds after which to poll for updates from the client (if applicable)",
frozen = False,
default = 300