mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
core: flush once every 10 sec
This commit is contained in:
@@ -70,7 +70,7 @@ class DatabaseLogWriter {
|
||||
}
|
||||
this.flush();
|
||||
});
|
||||
}, 2000);
|
||||
}, 10000);
|
||||
}
|
||||
|
||||
push(message) {
|
||||
|
||||
Reference in New Issue
Block a user