mirror of
https://github.com/simon987/od-database.git
synced 2025-12-13 23:09:01 +00:00
Bug fixes for FTP crawler
This commit is contained in:
@@ -53,7 +53,7 @@ class TaskManager:
|
||||
|
||||
print("Starting task " + task.url)
|
||||
|
||||
crawler = RemoteDirectoryCrawler(task.url, 100)
|
||||
crawler = RemoteDirectoryCrawler(task.url, 30)
|
||||
crawl_result = crawler.crawl_directory("./crawled/" + str(task.website_id) + ".json")
|
||||
|
||||
result.file_count = crawl_result.file_count
|
||||
|
||||
Reference in New Issue
Block a user