Skip to content

Commit bf80556

Browse files
committed
Update secrets_cache.py
1 parent b9b7b2a commit bf80556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infisical_sdk/util/secrets_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
MAX_CACHE_SIZE = 1000
1111

1212
class SecretsCache:
13-
def __init__(self, ttl_seconds: int = 300) -> None:
13+
def __init__(self, ttl_seconds: int = 60) -> None:
1414
if ttl_seconds is None or ttl_seconds <= 0:
1515
self.enabled = False
1616
return

0 commit comments

Comments
 (0)