more slow
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cadey Ratio 2020-08-25 16:06:15 -04:00
parent 310c018d0c
commit c78fb3dcb5
1 changed files with 1 additions and 1 deletions

View File

@ -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 {