From 8505599f755807a360fca1a4d0b8a41ec562c65e Mon Sep 17 00:00:00 2001
From: Manuela Kuhn <manuela.kuhn@desy.de>
Date: Wed, 15 Jul 2015 15:13:12 +0200
Subject: [PATCH] Run lsyncd with multiple mv processes

---
 lsyncd.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lsyncd.conf b/lsyncd.conf
index a1c636dd..514892df 100644
--- a/lsyncd.conf
+++ b/lsyncd.conf
@@ -20,6 +20,8 @@ local formats = { jpg = true, tif = true, cbf = true, log = true }
 local folders = { "/local", "/current/raw", "/commissioning/raw" }
 
 gpfs = {
+    maxProcesses = 50,
+
 	onCreate = function(event)
 		-- check if in relevant subfolder
 		local location = false
-- 
GitLab