Explorar el Código

auto commit

master
jfinn hace 2 años
padre
commit
356110eb0e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      wsps/tasks_loop.py

+ 1
- 1
wsps/tasks_loop.py Ver fichero

@@ -208,7 +208,7 @@ class globCL(GCLMixin):
208 208
 					finally:
209 209
 						pass
210 210
 					k += 1
211
-			await asyncio.sleep(self.timeout)
211
+			await asyncio.sleep(self.fast_timeout)
212 212
 	async def persistent_loop(self,*a,**kw):
213 213
 		while 1:
214 214
 			# p("PL:",time.time(),flush=1)

Loading…
Cancelar
Guardar