1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 05:00:56 +02:00

Fix comment

This commit is contained in:
Franz Liedke
2017-12-28 22:47:13 +01:00
parent ea353a2f2c
commit b791790d2f

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