Skip to content

Commit

Permalink
increase default timeout to 30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Feb 13, 2025
1 parent 9ce509c commit 862ab1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use glib::Priority;

// Defaults

pub const DEFAULT_TIMEOUT: u32 = 10;
pub const DEFAULT_TIMEOUT: u32 = 30;
pub const DEFAULT_SESSION_RESUMPTION: bool = false;

/// Main point where connect external crate
Expand Down

0 comments on commit 862ab1c

Please sign in to comment.