Revert "ref #7035 reducing heardbeat interval to 30s to cleanup open connections...
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Wed, 8 Nov 2017 10:57:57 +0000 (11:57 +0100)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Wed, 8 Nov 2017 11:00:27 +0000 (12:00 +0100)
This reverts commit 475ec4ee62660184e6c875d3209bcaff8184b276.

src/main/webapp/WEB-INF/web.xml

index 37d01a3ec567125e71e8f967b2e764989d44051b..64c96eb0aed468a4f901c27c87308b325b66a116 100644 (file)
@@ -99,9 +99,4 @@
        <param-name>productionMode</param-name>
        <param-value>false</param-value>
     </context-param>
-    <context-param>
-        <param-name>heartbeatInterval</param-name>
-        <param-value>30</param-value><!-- seconds -->
-    </context-param>
-    
 </web-app>