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