Skip to content

Commit b1393e8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scripts/scrumHelper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ function allIncluded(outputTarget = 'email') {
573573
data: null,
574574
cacheKey: oldCacheKey,
575575
timestamp: 0,
576-
ttl: 10 * 60 * 1000,
576+
ttl: 5 * 60 * 1000,
577577
fetching: false,
578578
queue: [],
579579
errors: {},
@@ -1058,4 +1058,4 @@ chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
10581058
});
10591059
return true;
10601060
}
1061-
});
1061+
});

0 commit comments

Comments
 (0)