All Products
Search
Document Center

PolarDB:Polar.ai.retry_interval_msec

Last Updated:Apr 21, 2025

Sets the interval between retry attempts for failed HTTP requests.

Data types

Integer

Values

Valid values: 0 to 100000. Unit: milliseconds. Default value: 3000.

Examples

  • Set the interval between retry attempts for failed HTTP requests for the current session.

    SET polar.ai.retry_interval_msec = 1000;
  • Set the interval between retry attempts for failed HTTP requests for a specific database.

    ALTER DATABASE <dbname> SET polar.ai.retry_interval_msec = 2000;