Skip to content

Commit

Permalink
feat(store): add ttl for scan (#555)
Browse files Browse the repository at this point in the history
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
  • Loading branch information
rust84 and jef committed Oct 22, 2020
1 parent f6db348 commit 4847725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/model/scan.ts
Expand Up @@ -32,6 +32,7 @@ export const Scan: Store = {
titleSelector: '.details .description',
urlSelector: 'a[href]'
}),
ttl: 300000,
urls: [
{
series: '3070',
Expand Down

0 comments on commit 4847725

Please sign in to comment.