Merge pull request #10 from jonthekiller/jonthekiller-patch-5

Comment Optimize Tables
This commit is contained in:
jonthekiller
2020-08-02 18:29:26 +02:00
committed by GitHub

View File

@ -55,7 +55,7 @@ class Database implements TimerListener {
$this->getMysqli()->set_charset("utf8");
$this->initDatabase();
$this->optimizeTables();
// $this->optimizeTables();
// Register Method which checks the Database Connection every 5 seconds
$this->maniaControl->getTimerManager()->registerTimerListening($this, 'checkConnection', 5000);