Skip to content

Commit

Permalink
fetch every 60 seconds
Browse files Browse the repository at this point in the history
Signed-off-by: David Ahmadov <[email protected]>
  • Loading branch information
ahmedavid committed Nov 24, 2023
1 parent 0f3b7ee commit a67d93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/cve-feed.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
// If cannot fetch cves, show cached cves
tbody.innerHTML = cachedInnerHTML
})
}, 5000)
}, 60 * 1000) // 60 seconds

})
</script>

0 comments on commit a67d93d

Please sign in to comment.