From c43922c5aca33bcc814817d825ba7810d138ef05 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Sat, 23 Nov 2019 08:24:00 +0100
Subject: [PATCH] Disable thread safety

---
 scripts/ztplot.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ztplot.py b/scripts/ztplot.py
index a00808d..4f07f81 100755
--- a/scripts/ztplot.py
+++ b/scripts/ztplot.py
@@ -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,
-- 
GitLab