Please let us know what is use of below code and why we are passing the PARTIAL_BUFFER_STRATEGY_SIZE as 50 by default ?
<context-param>
<!-- see comments on the PARTIAL-BUFFER strategy -->
<!-- this sets the size of the buffer. default is "50" = 50kb -->
<param-name>PARTIAL_BUFFER_STRATEGY_SIZE</param-name>
<param-value>50</param-value>
</context-param>
If we will change the PARTIAL_BUFFER_STRATEGY_SIZE value then what will effect on the application?
If you look higher up in the web.xml the serviceStrategy comments explain what this is used for. https://github.com/gem/oq-ui-geoserver/blob/master/geoserver/WEB-INF/web.xml#L10