Reverted statistics reset.

This commit is contained in:
Alex Renoki 2020-08-20 08:50:22 +03:00
parent b1597bb836
commit 8b5cd7657b
1 changed files with 0 additions and 2 deletions

View File

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