- improved "Redis" cache handler. Switched to persistent connection

- improved "Redis" info panels on `/setup` page, added "connected clients" and "blocked clients" data
- improved DB connection. Switched to persistent connection (configurable in `pathfinder.ini`)
- fixed some PHP errors after "Cortex" upgrade
This commit is contained in:
Mark Friedrich
2019-03-24 15:42:49 +01:00
parent af59235b73
commit 66e843a479
16 changed files with 82 additions and 30 deletions

View File

@@ -152,7 +152,6 @@ class Controller {
new DB\SQL\MySQL\Session($this->getDB('PF'), 'sessions', true, $onSuspect);
}
}
}
/**