Skip to content

Commit b710ee5

Browse files
Merge branch 'main' of github.com:TimilsinaBimal/Watchly into dev
2 parents c422e2b + f2d5e0c commit b710ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Settings(BaseSettings):
2222
TOKEN_TTL_SECONDS: int = 0 # 0 = never expire
2323
ANNOUNCEMENT_HTML: str = ""
2424
AUTO_UPDATE_CATALOGS: bool = True
25-
CATALOG_REFRESH_INTERVAL_SECONDS: int = 21600 # 6 hours
25+
CATALOG_REFRESH_INTERVAL_SECONDS: int = 60 # 6 hours
2626
APP_ENV: Literal["development", "production"] = "development"
2727
HOST_NAME: str = "https://1ccea4301587-watchly.baby-beamup.club"
2828

0 commit comments

Comments
 (0)