mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-02-12 02:49:20 +00:00
Change auto save interval to 5 min
This commit is contained in:
parent
969b7a74d4
commit
7a7ec52521
@ -15,7 +15,7 @@ export const enumSavePriority = {
|
|||||||
const logger = createLogger("autosave");
|
const logger = createLogger("autosave");
|
||||||
|
|
||||||
// Internals
|
// Internals
|
||||||
let MIN_INTERVAL_SECS = 60;
|
let MIN_INTERVAL_SECS = 600;
|
||||||
|
|
||||||
export class AutomaticSave {
|
export class AutomaticSave {
|
||||||
constructor(root) {
|
constructor(root) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user