Fix comment

This commit is contained in:
Franz Liedke 2017-12-28 22:47:13 +01:00
parent cc9f0dcdb1
commit 8b157346df

View File

@ -34,7 +34,7 @@ class CollectGarbage implements MiddlewareInterface
private function collectGarbageSometimes()
{
// In order to save performance, we only execute this query
// from time to time (with 50% chance).
// from time to time (with 2% chance).
if (! $this->hit()) {
return;
}