diff --git a/mm-client/src/bin/mmclient.rs b/mm-client/src/bin/mmclient.rs index 4470a5f..5abab1f 100644 --- a/mm-client/src/bin/mmclient.rs +++ b/mm-client/src/bin/mmclient.rs @@ -26,7 +26,7 @@ use tracing::{debug, error, info, trace}; use tracing_subscriber::Layer as _; use winit::{event_loop::ControlFlow, window}; -const DEFAULT_TIMEOUT: time::Duration = time::Duration::from_secs(5); +const DEFAULT_TIMEOUT: time::Duration = time::Duration::from_secs(30); const MAX_FRAME_TIME: time::Duration = time::Duration::from_nanos(1_000_000_000 / 24); const RESIZE_COOLDOWN: time::Duration = time::Duration::from_millis(500); diff --git a/mm-server/Cargo.lock b/mm-server/Cargo.lock index e5ffb61..118a02b 100644 --- a/mm-server/Cargo.lock +++ b/mm-server/Cargo.lock @@ -1923,6 +1923,7 @@ dependencies = [ [[package]] name = "southpaw" version = "0.1.1" +source = "git+https://github.com/colinmarc/southpaw?rev=ff78fa6ce7e82c8afa5f7e365194ac083ce743b3#ff78fa6ce7e82c8afa5f7e365194ac083ce743b3" dependencies = [ "bindgen 0.70.1", "bit-vec",