diff --git a/crawl_server/crawler.py b/crawl_server/crawler.py index 6854c7f..b103167 100644 --- a/crawl_server/crawler.py +++ b/crawl_server/crawler.py @@ -140,7 +140,7 @@ class RemoteDirectoryCrawler: while directory: try: - path = in_q.get(timeout=150) + path = in_q.get(timeout=2000) except Empty: logger.debug("in_q is Empty") directory.close()