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