Skip to content
Snippets Groups Projects
Commit 8fc95540 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

re #152

parent 142ae384
No related branches found
No related tags found
No related merge requests found
Pipeline #23529 passed
......@@ -36,7 +36,7 @@ class Thumbnail
public static function gc()
{
if (mt_rand(0, 100) >= 98) {
if (mt_rand(0, 100) < 98) {
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment