Explorar el Código

Small extra wait time

microtasks
tech234a hace 3 años
padre
commit
451e52b195
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      worker.py

+ 1
- 1
worker.py Ver fichero

@@ -267,7 +267,7 @@ while not gkiller.kill_now:
subthreads.remove(xa) subthreads.remove(xa)
del xa del xa


sleep(1) # wait a second to hopefully allow the other threads to finish
sleep(30) # wait 30 seconds to hopefully allow the other threads to finish


for fol in listdir("out"): #remove empty folders for fol in listdir("out"): #remove empty folders
try: try:


Cargando…
Cancelar
Guardar