瀏覽代碼

Fix.

tags/v1.0^2
Ben Kurtovic 10 年之前
父節點
當前提交
3dbdf86ff7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      bitshift/crawler/indexer.py

+ 1
- 1
bitshift/crawler/indexer.py 查看文件

@@ -418,7 +418,7 @@ class _GitCloner(threading.Thread):
"""

while True:
while self.index_queue.empty() and self.run_event.is_set():
while self.clone_queue.empty() and self.run_event.is_set():
time.sleep(THREAD_QUEUE_SLEEP)
if not self.run_event.is_set():
break


Loading…
取消
儲存