mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
Move where wal is set
This commit is contained in:
@@ -2620,10 +2620,6 @@ class Database {
|
||||
await sqliteService.executeNonQuery('VACUUM');
|
||||
}
|
||||
|
||||
async setWal() {
|
||||
await sqliteService.executeNonQuery('PRAGMA journal_mode=WAL');
|
||||
}
|
||||
|
||||
async getInstanceJoinHistory() {
|
||||
var oneWeekAgo = new Date(Date.now() - 604800000).toJSON();
|
||||
var instances = new Map();
|
||||
|
||||
Reference in New Issue
Block a user