Technical references : Administration : Multiple application servers - Cache refresh
Multiple application servers - Cache refresh
If multiple application servers are installed, the cache is automatically kept in sync. So if you make configuration changes (FieldDefiner, report definitions, TSI etc.), the configuration will be automatically adopted by all application servers. By default, the servers check for changes once every 60 seconds.
It is possible to change this value if issues are encountered. In the application server service configuration file located in ...\Server\tanuki\appserver\conf, add the following parameter to the Java additional parameters:
wrapper.java.additional.nr=-Dcom.planonsoftware.cacheversioncheck.interval=60
The interval for the timer is in seconds.
To disable the timer, set it to a value <= 0. This is only useful for single server environments. If set to a value between 0 and 60, the interval will be set a minimum of 60 seconds. The interval can be set to a value higher than 60 seconds.