increased config.json commandtimeout to 300 seconds to support erasing HUGE size db

also more subscription licensing support
This commit is contained in:
2022-08-19 23:45:48 +00:00
parent b535e0f141
commit ec9feffce3
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "ayanova", "name": "ayanova",
"version": "8.0.4", "version": "8.0.5",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",

View File

@@ -1,4 +1,4 @@
export default { export default {
version: "8.0.4", version: "8.0.5",
copyright: "© 1999-2022, Ground Zero Tech-Works Inc." copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
}; };

View File

@@ -65,7 +65,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
//************************************************************** //**************************************************************
//DEVELOPMENT MODE FLAG, SET FALSE FOR RELEASE //DEVELOPMENT MODE FLAG, SET FALSE FOR RELEASE
//************************************************************ //************************************************************
const DEV_MODE = false; const DEV_MODE = true;
//************************************************************ //************************************************************
//************************************************************** //**************************************************************
//************************************************************** //**************************************************************