Skip to content

Commit 8176739

Browse files
authored
Update scrumHelper.js
1 parent b1393e8 commit 8176739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/scrumHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function allIncluded(outputTarget = 'email') {
180180
data: null,
181181
cacheKey: null,
182182
timestamp: 0,
183-
ttl: 10 * 60 * 1000, // cache valid for 10 mins
183+
ttl: 5 * 60 * 1000, // cache valid for 10 mins
184184
fetching: false,
185185
queue: [],
186186
errors: {},

0 commit comments

Comments
 (0)