We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c422e2b + f2d5e0c commit b710ee5Copy full SHA for b710ee5
app/core/config.py
@@ -22,7 +22,7 @@ class Settings(BaseSettings):
22
TOKEN_TTL_SECONDS: int = 0 # 0 = never expire
23
ANNOUNCEMENT_HTML: str = ""
24
AUTO_UPDATE_CATALOGS: bool = True
25
- CATALOG_REFRESH_INTERVAL_SECONDS: int = 21600 # 6 hours
+ CATALOG_REFRESH_INTERVAL_SECONDS: int = 60 # 6 hours
26
APP_ENV: Literal["development", "production"] = "development"
27
HOST_NAME: str = "https://1ccea4301587-watchly.baby-beamup.club"
28
0 commit comments