mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 08:13:52 +02:00
PRAGMA optimize
This commit is contained in:
@@ -2754,6 +2754,10 @@ class Database {
|
||||
await sqliteService.executeNonQuery('VACUUM');
|
||||
}
|
||||
|
||||
async optimize() {
|
||||
await sqliteService.executeNonQuery('PRAGMA optimize');
|
||||
}
|
||||
|
||||
async getInstanceJoinHistory() {
|
||||
var oneWeekAgo = new Date(Date.now() - 604800000).toJSON();
|
||||
var instances = new Map();
|
||||
|
||||
Reference in New Issue
Block a user