Project

General

Profile

« Previous | Next » 

Revision 475ec4ee

Added by Andreas Kohlbecker over 6 years ago

ref #7035 reducing heardbeat interval to 30s to cleanup open connections

View differences:

src/main/webapp/WEB-INF/web.xml
99 99
    	<param-name>productionMode</param-name>
100 100
    	<param-value>false</param-value>
101 101
    </context-param>
102
    <context-param>
103
        <param-name>heartbeatInterval</param-name>
104
        <param-value>30</param-value><!-- seconds -->
105
    </context-param>
106
    
102 107
</web-app>

Also available in: Unified diff