- new UI option for "delete expired connections", #219
- new cronjob for "delete expired connections", #219 - fixed "not updating" map changes, closed #357 - improved caching strategy for DB models (file cache) - improved "map sharing"
This commit is contained in:
@@ -49,9 +49,7 @@ class AllianceMapModel extends BasicModel {
|
||||
* see parent
|
||||
*/
|
||||
public function clearCacheData(){
|
||||
parent::clearCacheData();
|
||||
|
||||
// clear map cache as well
|
||||
// clear map cache
|
||||
$this->mapId->clearCacheData();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user