Ben Kurtovic před 10 roky
rodič
revize
3dbdf86ff7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      bitshift/crawler/indexer.py

+ 1
- 1
bitshift/crawler/indexer.py Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit