Skip to content

Commit 75f59f9

Browse files
fix: use integer value for catalog update interval
1 parent 358ae4e commit 75f59f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ REDIS_CONNECTIONS_THRESHOLD=100
1313

1414
# UPDATER
1515
AUTO_UPDATE_CATALOGS=True
16-
CATALOG_REFRESH_INTERVAL_SECONDS=6*60*60
16+
CATALOG_REFRESH_INTERVAL_SECONDS=21600 # 6*60*60 every ~6 hours
1717

1818
# AI Catalog name generation
19-
GEMINI_API_KEY=<your_gemini_api_key>
19+
GEMINI_API_KEY=<your_gemini_api_key> # Optional
2020
DEFAULT_GEMINI_MODEL="gemma-3-27b-it"

0 commit comments

Comments
 (0)