org.zkoss.zk.ui.Desktop.maxScheduleInfoSize"

From Documentation
m
 
Line 9: Line 9:
 
{{versionSince|9.6.4}}
 
{{versionSince|9.6.4}}
  
It specifies the max size of ScheduleInfo to last in a queue when ServerPush is enabled.
+
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.
  
 
{{ZKConfigurationReferencePageFooter}}
 
{{ZKConfigurationReferencePageFooter}}

Latest revision as of 10:08, 4 December 2023


org.zkoss.zk.ui.Desktop.maxScheduleInfoSize


Property:

org.zkoss.zk.ui.Desktop.maxScheduleInfoSize
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png 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.



Last Update : 2023/12/04

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.