From 2af06d5e2b0a9d35b860040a20c1c1fd45f84604 Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Wed, 14 Feb 2018 17:04:00 +0100
Subject: [PATCH] Fix InterPacketGap parameter in example config.

Refers to #18
---
 Resources/conf/host-specific.template.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Resources/conf/host-specific.template.xml b/Resources/conf/host-specific.template.xml
index 10613b4..6aef0da 100644
--- a/Resources/conf/host-specific.template.xml
+++ b/Resources/conf/host-specific.template.xml
@@ -27,7 +27,7 @@
     </SpaceMonitoring>
 
     <!-- InterPacketGap: RoboCopy parameter to limit the bandwidth -->
-    <InterPacketGap />
+    <InterPacketGap>0</InterPacketGap>
 
     <!--  OPTIONAL CONFIGURATION SETTINGS  -->
 
-- 
GitLab