setComputeNodeCachingDelay
Syntax
setComputeNodeCachingDelay(delay)
Details
Modify the value of computeNodeCachingDelay online. This function can only be executed by an administrator on the controller.
Note: The modified configuration is only valid for the current node, and will expire after the system restarts. To make it permanent, please set the configuration parameter computeNodeCachingDelay.
Parameters
delay is a non-negative integer indicating the time interval (in seconds).
Examples
setComputeNodeCachingDelay(580)
Related Function: getComputeNodeCachingDelay
