Revision 43430a5c
Added by Andreas Kohlbecker almost 6 years ago
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 |
|
|
107 | 102 |
</web-app> |
Also available in: Unified diff
Revert "ref #7035 reducing heardbeat interval to 30s to cleanup open connections" since we no longer need forces cleanup of open view, see issue #7035 for details
This reverts commit 475ec4ee62660184e6c875d3209bcaff8184b276.