KEEP_ALIVE_INTERVAL
This option sets the interval for keep-alive requests in the CData Virtuality Studio when use Server Default for keep-alive is enabled. It supports the following values:
NULLInteger(from 0 to 86400)Default value is
0(disabled)
Example
CALL "SYSADMIN.setDefaultOptionValue"(
"opt" => 'KEEP_ALIVE_INTERVAL',
"val" => 30
);;
KEEP_ALIVE_INTERVAL option is available since v25.3