# @copyright properties

# Parallel Portlet Rendering
#
# Parallel portlet rendering is disabled by default, can be enabled
# for all markups or for individual markups
#
# uncomment the following lines to turn on parallel portlet rendering for HTML only
#legacy.useParallelRendering.html=true
#std.useParallelRendering.html=true

# Time out for PPR Pipes
parallelRenderingTimeOut=2000
# in ms

# Time out while waiting for running PPR Threads to end.
# A low timeout may cause exceptions, because PPR Threads may not be able to finish their work.
# A high timeout may cause an increase of the portal response time.
parallelRenderingWaitTimeOut=1
# in ms

# Queue Size for PPR Pipes
parallelRenderingQueueSize=8192  
# in bytes

# Read Chunk Size for PPR Pipes
parallelRenderingChunkSize=1024
# in bytes

# PPR pipe pool hysteresis strength
parallelRenderingPoolHysteresis=10
# as quantity of pool accesses

# PPR pipe pool compact rate
parallelRenderingPoolCompactRate=300
# in seconds

#Portlet filtering
legacy.portlet.enable.filtering=true
# true / false

# allow property broker processing of portlet actions
std.portlet.filterchain=com.ibm.wps.propertybroker.standard.filter.PropertyBrokerActionFilter