Merge pull request #10 from jonthekiller/jonthekiller-patch-5
Comment Optimize Tables
This commit is contained in:
commit
e85e0f5346
@ -55,7 +55,7 @@ class Database implements TimerListener {
|
|||||||
$this->getMysqli()->set_charset("utf8");
|
$this->getMysqli()->set_charset("utf8");
|
||||||
|
|
||||||
$this->initDatabase();
|
$this->initDatabase();
|
||||||
$this->optimizeTables();
|
// $this->optimizeTables();
|
||||||
|
|
||||||
// Register Method which checks the Database Connection every 5 seconds
|
// Register Method which checks the Database Connection every 5 seconds
|
||||||
$this->maniaControl->getTimerManager()->registerTimerListening($this, 'checkConnection', 5000);
|
$this->maniaControl->getTimerManager()->registerTimerListening($this, 'checkConnection', 5000);
|
||||||
|
Loading…
Reference in New Issue
Block a user