Skip to content

Commit

Permalink
Reduce cache expiration time
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Oct 3, 2024
1 parent 5f39369 commit af374d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chowda/routers/sony_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async def lifespan():
await sync_history()


@cache(namespace='sonyci', expire=15 * 60)
@cache(namespace='sonyci', expire=30)
async def sync_history(n: int = 3) -> Dict[str, Any]:
try:
return [
Expand Down

0 comments on commit af374d8

Please sign in to comment.