pub const DEFAULT_TIMEOUT: u64 = u64::MAX; // 18_446_744_073_709_551_615u64Expand description
The default timeout value.
This constant represents the default timeout for operations, which/// is set to the maximum value of u64 to indicate no timeout.