mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-04-10 14:06:41 +00:00
Increase indexing timeout
This commit is contained in:
parent
8cf807d949
commit
64b743870f
@ -136,7 +136,7 @@ class Crawler:
|
||||
|
||||
while True:
|
||||
try:
|
||||
doc = out_q.get(timeout=120)
|
||||
doc = out_q.get(timeout=600)
|
||||
if doc is None:
|
||||
break
|
||||
except Empty:
|
||||
|
Loading…
x
Reference in New Issue
Block a user