Skip to content

Commit

Permalink
fix(mmclient): increase the ready timeout
Browse files Browse the repository at this point in the history
Steam is sometimes very slow.
  • Loading branch information
colinmarc committed Oct 18, 2024
1 parent 3fec928 commit df5ba10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mm-client/src/bin/mmclient.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
1 change: 1 addition & 0 deletions mm-server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df5ba10

Please sign in to comment.