Skip to main content
Skip table of contents

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:

  • NULL

  • Integer (from 0 to 86400)

  • Default value is 0 (disabled)

Example

CODE
CALL "SYSADMIN.setDefaultOptionValue"(
    "opt" => 'KEEP_ALIVE_INTERVAL',
    "val" => 30
);;

KEEP_ALIVE_INTERVAL option is available since v25.3

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.