We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2faf742 + 27141e2 commit 5bec3c4Copy full SHA for 5bec3c4
src/Model/Table/RequestsTable.php
@@ -82,7 +82,7 @@ public function findRecent(Query $query, array $options)
82
*/
83
protected function shouldGc()
84
{
85
- return time() % 100 === 0;
+ return rand(1, 100) === 100;
86
}
87
88
/**
0 commit comments