Skip to content

Commit 06f4ba1

Browse files
dsotirho-ucscachave11-ucsc
authored andcommitted
[p] Increase source cache TTL in DynamoDB (#7448, #7541, #7452)
1 parent 4762ca3 commit 06f4ba1

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)