We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1231735 commit b3ac6cdCopy full SHA for b3ac6cd
src/Caching/Storages/FileStorage.php
@@ -43,7 +43,6 @@ class FileStorage implements Nette\Caching\IStorage
43
const FILE = 'file',
44
HANDLE = 'handle';
45
46
-
47
/** @var float probability that the clean() routine is started */
48
public static $gcProbability = 0.001;
49
0 commit comments