Fix comment

This commit is contained in:
Franz Liedke 2017-12-28 22:47:13 +01:00
parent ea353a2f2c
commit b791790d2f
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

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;
}