summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/core/fm.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/ranger/core/fm.py b/ranger/core/fm.py
index b2c23a1d..918d1de2 100644
--- a/ranger/core/fm.py
+++ b/ranger/core/fm.py
@@ -318,10 +318,10 @@ class FM(Actions, SignalDispatcher):
                         if zombie.poll() is not None:
                             zombies.remove(zombie)
 
-                gc_tick += 1
-                if gc_tick > ranger.TICKS_BEFORE_COLLECTING_GARBAGE:
-                    gc_tick = 0
-                    self.garbage_collect(ranger.TIME_BEFORE_FILE_BECOMES_GARBAGE)
+                #gc_tick += 1
+                #if gc_tick > ranger.TICKS_BEFORE_COLLECTING_GARBAGE:
+                    #gc_tick = 0
+                    #self.garbage_collect(ranger.TIME_BEFORE_FILE_BECOMES_GARBAGE)
 
         except KeyboardInterrupt:
             # this only happens in --debug mode. By default, interrupts
<vc@akkartik.com> 2020-05-22 23:12:11 -0700 6384' href='/akkartik/mu/commit/html/101stack_allocate.subx.html?h=hlt&id=9a77780158842db6e4aa098f5027e030fc3bd878'>9a777801 ^
78357b88 ^
ec32c11d ^
78357b88 ^
9a777801 ^
dc5a0acf ^

9a777801 ^


3350c34a ^
d3a9db3a ^
78357b88 ^
9a777801 ^
78357b88 ^
9a777801 ^


78357b88 ^
9a777801 ^




























762107fd ^
9a777801 ^

de8a15e9 ^

9a777801 ^































91a5f3e1 ^
9a777801 ^


91a5f3e1 ^









5396e24c ^
91a5f3e1 ^










9a777801 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122