Increase indexing timeout

This commit is contained in:
simon987 2019-04-05 20:11:37 -04:00
parent 8cf807d949
commit 64b743870f

View File

@ -136,7 +136,7 @@ class Crawler:
while True: while True:
try: try:
doc = out_q.get(timeout=120) doc = out_q.get(timeout=600)
if doc is None: if doc is None:
break break
except Empty: except Empty: