We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816d08b commit 8bba93bCopy full SHA for 8bba93b
sqlmesh/core/state_sync/cache.py
@@ -29,7 +29,7 @@ class CachingStateSync(DelegatingStateSync):
29
ttl: The number of seconds a snapshot should be cached.
30
"""
31
32
- def __init__(self, state_sync: StateSync, ttl: int = 30):
+ def __init__(self, state_sync: StateSync, ttl: int = 120):
33
super().__init__(state_sync)
34
# The cache can contain a snapshot or False or None.
35
# False means that the snapshot does not exist in the state sync but has been requested before
0 commit comments