mistake of commiting without testing
parent
85cc1d5a39
commit
3caa73304f
|
|
@ -78,8 +78,7 @@ struct Room {
|
||||||
#[derive(Serialize, Deserialize)]
|
#[derive(Serialize, Deserialize)]
|
||||||
struct Config {
|
struct Config {
|
||||||
port: u16,
|
port: u16,
|
||||||
tcp_timeout: u64,
|
tcp_timeout: u64
|
||||||
tcp_send_buffer: usize
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue