mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-04-19 18:16:45 +00:00
Increase indexing timeout
This commit is contained in:
parent
8cf807d949
commit
64b743870f
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user