|
| Name | CACHE_INVALIDATION_TIMEOUT | |
|---|---|---|
| Category | Parameter | |
| Type | integer | |
| Access |
R/W(-): Dynamic Read / static Write (online change not possible) |
|
| Group(s) | Cache (Data), Network and Communication | |
| Description |
When the updater modifies some objects, a cache invalidation request is sent to the other instances through the multicast service. The CACHE_INVALIDATION_TIMEOUT parameter sets the maximum time in milliseconds for receiving all the instance acknowledgements for cache invalidation request. If the acknowledgements are not received before the timeout expiration, all the modifications are rolled back by the updater and a com.highdeal.hci.ServerFailure exception is returned to the client. |
|
| System Instance(s) | updater | |
| Default Value | ||
| updater | 10000 |
|
| Constraint(s) | ||
| updater |
The parameter must be greater or equal to
1000
|
|
Document Version: SP04 and later