pub const DEFAULT_READ_TIMEOUT_MS: u64 = 6000;
The default read timeout in milliseconds. This constant defines the maximum time to wait for an read operation before timing out, helping to prevent hanging connections.