Resetting statistics after processing them
This commit is contained in:
parent
da7fe0cf60
commit
ed96e24f6a
|
|
@ -121,6 +121,8 @@ class MemoryStatisticsLogger implements StatisticsLogger
|
||||||
|
|
||||||
$statistic->reset($currentConnectionCount);
|
$statistic->reset($currentConnectionCount);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->statistics = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue