Exemplo n.º 1
0
 /**
  * A maintenance task that will be performed when the server becomes idle
  */
 public function runMaintenance()
 {
     $this->coordinator->commitDatabases();
     Manager::cleanup();
 }