mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 17:12:13 +08:00
Fix comment
This commit is contained in:
parent
ea353a2f2c
commit
b791790d2f
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user