Skip to content

Commit

Permalink
set correct interval
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jul 7, 2021
1 parent 63befc7 commit 28e452b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ patch: ${JSON.stringify(
// view stats on https://stats.plutojl.org/
fetch(`https://stats.plutojl.org/count?p=/editing/${window?.version_info?.pluto ?? "unknown"}#skip_sw`, { cache: "no-cache" }).catch(() => {})
}
}, 1000 * 10)
}, 1000 * 15 * 60)

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

0 comments on commit 28e452b

Please sign in to comment.