mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
OP-2414 - added log processing queue
This commit is contained in:
parent
f29b8e7158
commit
bdd0a91980
1 changed files with 5 additions and 0 deletions
|
|
@ -80,6 +80,11 @@ class StdOutBroker:
|
|||
self._catch_std_outputs()
|
||||
self._connect_to_tray()
|
||||
|
||||
loop_timer = QtCore.QTimer()
|
||||
loop_timer.setInterval(200)
|
||||
loop_timer.timeout.connect(self._process_queue)
|
||||
self.loop_timer = loop_timer
|
||||
|
||||
@property
|
||||
def websocket_server_is_running(self):
|
||||
if self.websocket_server is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue