Add dev cmd to pause interval db saving

This commit is contained in:
Vortrex
2021-08-11 09:40:03 -05:00
parent 9a2ff52d45
commit f01b31d133

View File

@@ -462,4 +462,10 @@ function resetAllAccountsHotkeysToDefault() {
}
}
// ===========================================================================
function togglePauseSavingToDatabase() {
getServerConfig().pauseSavingToDatabase = !getServerConfig().pauseSavingToDatabase;
}
// ===========================================================================