mirror of
https://github.com/simon987/od-database.git
synced 2025-12-14 07:09:03 +00:00
Disabled thread pool for headers requests in listing
This commit is contained in:
@@ -120,7 +120,6 @@ class RemoteDirectoryCrawler:
|
||||
files_q.put(None)
|
||||
file_writer_thread.join()
|
||||
|
||||
|
||||
return CrawlResult(files_written[0], "success")
|
||||
|
||||
def _process_listings(self, url: str, in_q: Queue, files_q: Queue):
|
||||
|
||||
Reference in New Issue
Block a user