mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Merge pull request #41235 from moio/rest-cherrypy-remove-sleep
rest_cherrypy: remove sleep call
This commit is contained in:
commit
d66ffa2474
@ -566,7 +566,6 @@ import json
|
||||
import os
|
||||
import signal
|
||||
import tarfile
|
||||
import time
|
||||
from multiprocessing import Process, Pipe
|
||||
|
||||
# Import third-party libs
|
||||
@ -2427,7 +2426,6 @@ class WebsocketEndpoint(object):
|
||||
logger.error(
|
||||
"Error: Salt event has non UTF-8 data:\n{0}"
|
||||
.format(data))
|
||||
time.sleep(0.1)
|
||||
|
||||
parent_pipe, child_pipe = Pipe()
|
||||
handler.pipe = parent_pipe
|
||||
|
Loading…
Reference in New Issue
Block a user