소스 검색

decrease the sleep time to react in time

Sven Czarnian 3 년 전
부모
커밋
4797cef3f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      aman/com/Euroscope.py

+ 1 - 1
aman/com/Euroscope.py

@@ -39,7 +39,7 @@ class ComThread(Thread):
 
             except zmq.ZMQError as error:
                 if zmq.EAGAIN == error.errno:
-                    time.sleep(0.5)
+                    time.sleep(0.1)
                     continue
                 else:
                     return