Add cleanup subscribers counts cache
[MAILPOET-3714]
This commit is contained in:
@ -259,6 +259,8 @@ class Settings extends APIEndpoint {
|
||||
}
|
||||
}
|
||||
$this->subscribersCountsController->recalculateSubscribersWithoutSegmentStatisticsCache();
|
||||
// remove redundancies from cache
|
||||
$this->subscribersCountsController->removeRedundancyFromStatisticsCache();
|
||||
return $this->successResponse();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user