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
commit e85e0f5346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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);