Skip to main content

MAX_TIMEOUT_MS

Constant MAX_TIMEOUT_MS 

Source
pub const MAX_TIMEOUT_MS: u64 = _; // 2_147_483_647u64
Expand description

PostgreSQL stores lock_timeout and statement_timeout as signed 32-bit millisecond GUCs. Values above this limit are rejected by PostgreSQL.