We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63befc7 commit 28e452bCopy full SHA for 28e452b
frontend/components/Editor.js
@@ -733,7 +733,7 @@ patch: ${JSON.stringify(
733
// view stats on https://stats.plutojl.org/
734
fetch(`https://stats.plutojl.org/count?p=/editing/${window?.version_info?.pluto ?? "unknown"}#skip_sw`, { cache: "no-cache" }).catch(() => {})
735
}
736
- }, 1000 * 10)
+ }, 1000 * 15 * 60)
737
738
// Not completely happy with this yet, but it will do for now - DRAL
739
this.bonds_changes_to_apply_when_done = []
0 commit comments