Skip to content
Snippets Groups Projects
Commit c43922c5 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Disable thread safety

parent d0d90a96
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ def main():
ligier_port = int(args['-p'])
pipe = kp.Pipeline()
pipe.attach(LocalDBService)
pipe.attach(LocalDBService, thread_safety=False)
pipe.attach(kp.io.ch.CHPump,
host=ligier_ip,
port=ligier_port,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment