1pub struct Configuration { 2 pub max_connections: usize, 3 pub timeout: usize, 4 pub heartbeat: usize, 5}