We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b7b2a commit bf80556Copy full SHA for bf80556
infisical_sdk/util/secrets_cache.py
@@ -10,7 +10,7 @@
10
MAX_CACHE_SIZE = 1000
11
12
class SecretsCache:
13
- def __init__(self, ttl_seconds: int = 300) -> None:
+ def __init__(self, ttl_seconds: int = 60) -> None:
14
if ttl_seconds is None or ttl_seconds <= 0:
15
self.enabled = False
16
return
0 commit comments