DB Creation completed.

This commit is contained in:
stephb9959
2021-08-16 22:51:01 -07:00
parent 3f14f54134
commit 5b5749d56c
41 changed files with 2526 additions and 155 deletions

View File

@@ -17,8 +17,6 @@ namespace uCentral {
int Storage::Setup_MySQL() {
dbType_ = mysql ;
Logger_.notice("MySQL Storage enabled.");
auto NumSessions = Daemon()->ConfigGetInt("storage.type.mysql.maxsessions", 64);
auto IdleTime = Daemon()->ConfigGetInt("storage.type.mysql.idletime", 60);