mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Sleep Update for queue to not peg the CPU
This commit is contained in:
@@ -7256,7 +7256,7 @@ def socket_io_relay(queue, socketio):
|
||||
socketio.emit(data[0], data[1], **data[2])
|
||||
#socketio.emit(data[0], data[1], broadcast=True, room="UI_2")
|
||||
print("sent")
|
||||
time.sleep(0)
|
||||
time.sleep(0.05)
|
||||
|
||||
|
||||
#==================================================================#
|
||||
|
Reference in New Issue
Block a user