crawler: autotrim: make ctrl+c working
This commit is contained in:
@@ -620,6 +620,7 @@ class BaseCache:
|
||||
self.trim()
|
||||
|
||||
t = threading.Timer(delay, self.autotrim)
|
||||
t.daemon = True
|
||||
t.start()
|
||||
|
||||
def __contains__(self, url):
|
||||
|
Reference in New Issue
Block a user