Skip to content

Commit

Permalink
Change CACHE_TTL to 6 months
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 10, 2024
1 parent 523dfa0 commit f2f42f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/valis/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

logger = logging.getLogger("uvicorn.error")

CACHE_TTL: float = 3600
CACHE_TTL: float = 15_552_000 # 6 months


@asynccontextmanager
Expand Down

0 comments on commit f2f42f4

Please sign in to comment.