Resetting utils subtree.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user