Skip to content
Snippets Groups Projects
Verified Commit 8f9fba60 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Remove specific setup for language indexer

It no longer needs the disk to compute
parent ac64797f
No related branches found
Tags v0.0.8
No related merge requests found
......@@ -52,13 +52,8 @@ class ContentLanguageIndexer(BaseIndexer):
- store result in storage
"""
ADDITIONAL_CONFIG = {
'workdir': ('str', '/tmp/swh/worker.file.properties'),
}
def __init__(self):
super().__init__()
self.working_directory = self.config['workdir']
def filter_contents(self, sha1s):
"""Filter out known sha1s and return only missing ones.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment