1
0
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:
Ps7cho 2020-06-21 20:29:59 -06:00 committed by GitHub
parent 969b7a74d4
commit 7a7ec52521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {