Skip to content

Commit fcb3ab2

Browse files
committed
[p] Increase source cache TTL (#7448, #7541, #7452, PR #7555)
2 parents 4762ca3 + 06f4ba1 commit fcb3ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/azul/service/source_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def list_sources(self,
8686
ttl_attribute = 'expiration'
8787

8888
# Timespan in seconds that sources persist in the cache
89-
expiration = 60
89+
expiration = 5 * 60
9090

9191
@property
9292
def _dynamodb(self):

0 commit comments

Comments
 (0)