Allocate more memory for json files.

This commit is contained in:
Robert Strouse 2024-01-27 08:41:44 -08:00
parent 1edd5d9b87
commit 7d9d0b7fe9
8 changed files with 10 additions and 10 deletions

View file

@ -1263,7 +1263,7 @@ var security = new Security();
class General {
initialized = false;
appVersion = 'v2.3.1';
appVersion = 'v2.3.2';
reloadApp = false;
init() {
if (this.initialized) return;