Resetting statistics after processing them

This commit is contained in:
Alex Renoki 2020-08-19 20:55:20 +03:00
parent da7fe0cf60
commit ed96e24f6a
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@ class MemoryStatisticsLogger implements StatisticsLogger
$statistic->reset($currentConnectionCount);
}
$this->statistics = [];
}
/**