Skip to content

Commit 28e452b

Browse files
committed
set correct interval
1 parent 63befc7 commit 28e452b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/Editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ patch: ${JSON.stringify(
733733
// view stats on https://stats.plutojl.org/
734734
fetch(`https://stats.plutojl.org/count?p=/editing/${window?.version_info?.pluto ?? "unknown"}#skip_sw`, { cache: "no-cache" }).catch(() => {})
735735
}
736-
}, 1000 * 10)
736+
}, 1000 * 15 * 60)
737737

738738
// Not completely happy with this yet, but it will do for now - DRAL
739739
this.bonds_changes_to_apply_when_done = []

0 commit comments

Comments
 (0)