File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -609,36 +609,6 @@ MISC OPTIONS:
609
609
Usage : "Maximum read retry attempts (0 means unlimited)" ,
610
610
},
611
611
612
- cli.IntFlag {
613
- Name : "cache-popular-threshold" ,
614
- Value : 3 ,
615
- Usage : "Value of the read counter after which a cached file is started being treated as 'popular'" ,
616
- },
617
-
618
- cli.IntFlag {
619
- Name : "cache-max-hits" ,
620
- Value : 6 ,
621
- Usage : "Maximum value of the cache read counter for a file" ,
622
- },
623
-
624
- cli.IntFlag {
625
- Name : "cache-age-interval" ,
626
- Value : 4096 ,
627
- Usage : "Number of reads after which read counters are decremented for all files" ,
628
- },
629
-
630
- cli.IntFlag {
631
- Name : "cache-age-decrement" ,
632
- Value : 1 ,
633
- Usage : "Decrement amount" ,
634
- },
635
-
636
- cli.IntFlag {
637
- Name : "cache-to-disk-hits" ,
638
- Value : 2 ,
639
- Usage : "Minimum value of the read counter to cache file on disk" ,
640
- },
641
-
642
612
cli.IntFlag {
643
613
Name : "max-disk-cache-fd" ,
644
614
Value : 512 ,
You can’t perform that action at this time.
0 commit comments