1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

Reset back to 5 minute intervals

This commit is contained in:
Andrew Kingston 2021-02-04 11:27:12 +00:00
parent ccf11a2ebc
commit 6b8ab62930

View file

@ -6,7 +6,7 @@
import FeedbackIframe from "./FeedbackIframe.svelte" import FeedbackIframe from "./FeedbackIframe.svelte"
import analytics from "analytics" import analytics from "analytics"
const FIVE_MINUTES = 30000 const FIVE_MINUTES = 300000
let iconContainer let iconContainer
let popover let popover