Event Configuration
Important
To update any cache settings, follow the steps provided in the Update Cache Config section.
Configure Event Settings
A priority queue is utilized on the server-side between the cache operations and events. The event ratio is defined by the EventPriorityRaio
property. Its value cannot be less than 1, and by default, it is 30.
<add key="NCacheServer.EventPriorityRatio" value="30"/>
Bulk events can be sent to the client from the server along with the configurable bulk size. The EventBulkCount
cannot be less than 1, and has a default value of 50.
<add key="NCacheServer.EventBulkCount" value="50"/>
The BulkEventCollectionInterval
is the bulk event collection interval. Its default value is 2 seconds and cannot be less than 1.
<add key="NCacheServer.BulkEventCollectionInterval" value="2"/>
The NotificationEventInterval
defines the server-side polling notification interval for change events. The minimum value is 1 and should be in seconds.
<add key="NCacheServer.NotificationEventInterval" value="1"/>
See Also
Server Connectivity
Server Ports
Memory
Expiration & Eviction