소스 검색

fix: high cpu load _Librelight

micha 1 년 전
부모
커밋
b1af82b9c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      _LibreLightDesk.py

+ 1 - 1
_LibreLightDesk.py

@@ -376,7 +376,7 @@ r1_server = chat.Server(port=30002)
 def server1_loop():
     while 1:
         r1_server.poll(cb=JCB)
-        #time.sleep(1/90)
+        time.sleep(1/90)
 thread.start_new_thread(server1_loop,()) # SERVER
 # remote input - end
 #chat.dbg=1