mirror of
https://github.com/flarum/core.git
synced 2025-02-25 03:33:42 +01:00
Fix comment
This commit is contained in:
parent
ea353a2f2c
commit
b791790d2f
@ -34,7 +34,7 @@ class CollectGarbage implements MiddlewareInterface
|
|||||||
private function collectGarbageSometimes()
|
private function collectGarbageSometimes()
|
||||||
{
|
{
|
||||||
// In order to save performance, we only execute this query
|
// 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()) {
|
if (! $this->hit()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user