more slow
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
310c018d0c
commit
c78fb3dcb5
|
@ -38,7 +38,7 @@ fn handle_client(stream: UnixStream, st: MTState) {
|
||||||
stream.shutdown(Shutdown::Both).expect("socket to close");
|
stream.shutdown(Shutdown::Both).expect("socket to close");
|
||||||
}
|
}
|
||||||
|
|
||||||
const UPDATE_FREQUENCY: u64 = 1000;
|
const UPDATE_FREQUENCY: u64 = 15000;
|
||||||
|
|
||||||
fn update_every_so_often(st: MTState) {
|
fn update_every_so_often(st: MTState) {
|
||||||
loop {
|
loop {
|
||||||
|
|
Loading…
Reference in New Issue