mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +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");
|
||||
|
||||
// Internals
|
||||
let MIN_INTERVAL_SECS = 60;
|
||||
let MIN_INTERVAL_SECS = 600;
|
||||
|
||||
export class AutomaticSave {
|
||||
constructor(root) {
|
||||
|
Loading…
Reference in New Issue
Block a user