Reset back to 5 minute intervals
This commit is contained in:
parent
ccf11a2ebc
commit
6b8ab62930
|
@ -6,7 +6,7 @@
|
|||
import FeedbackIframe from "./FeedbackIframe.svelte"
|
||||
import analytics from "analytics"
|
||||
|
||||
const FIVE_MINUTES = 30000
|
||||
const FIVE_MINUTES = 300000
|
||||
|
||||
let iconContainer
|
||||
let popover
|
||||
|
|
Loading…
Reference in New Issue