org.zkoss.zk.ui.Desktop.maxScheduleInfoSize
From Documentation
Property:
org.zkoss.zk.ui.Desktop.maxScheduleInfoSize
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Default: 10,000
Since 9.6.4
This property determines the maximum number of server push events that can be queued for a desktop when ServerPush is enabled.
It helps to manage memory usage effectively by limiting the number of events, especially in situations where the Desktop is disconnected and unable to process incoming updates.