[ADMIN_API]: Remove eventlet monkey_patch
The eventlet monkey_patch is causing the threading timers to execute sequentially, locking each other out rather than in-(psuedo)parallel. We don't actually need it at the moment. Change-Id: I97aef29976f21c5c32ef2a299d799987aa024745
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
import eventlet
|
||||
eventlet.monkey_patch()
|
||||
import daemon
|
||||
import daemon.pidfile
|
||||
import daemon.runner
|
||||
|
||||
Reference in New Issue
Block a user