From b791790d2f950400abb8053d74d1846096b7c8d1 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Thu, 28 Dec 2017 22:47:13 +0100 Subject: [PATCH] Fix comment --- src/Http/Middleware/CollectGarbage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/Middleware/CollectGarbage.php b/src/Http/Middleware/CollectGarbage.php index 0a04da16e..5f67bdbd5 100644 --- a/src/Http/Middleware/CollectGarbage.php +++ b/src/Http/Middleware/CollectGarbage.php @@ -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; }