Miscellaneous Configurations
In the miscellaneous configuration section, configure the Start NCache Management, Cache Startup Loader Delay, and Pub/Sub Client Inactivity Timeout as discussed below.
Start Web Management
StartWebManagement
is a flag that enables/disables the auto-start of the NCache Management Center on service start.
<add key="NCacheServer.StartWebManagement" value="True"/>
Cache Startup Loader Delay
Users can introduce a delay in the Cache Startup Loader to avoid some data loss problems that may occur while the cache is still in the process of member joining. This is done by setting the following property:
<add key="NCacheServer.CacheLoaderStartupDelay" value="20"/>
The value of this property is set in seconds. By default, this value is 20 while he minimum value is 10 seconds.
Pub/Sub Client Inactivity Timeout
PubSub Client Inactivity Timeout shows the amount of time in seconds after which clients whose last activity time - current time is greater than this specified interval will be removed.
The default value is 120 seconds, minimum allowed configurable value is 30 seconds.
<add key="NCacheServer.PubSubClientInactivityTimeout" value="120"/>
See Also
Configure Caches
Cache Settings
Server Connectivity
Windows Events