mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 09:05:45 +00:00
increase default timeout to 30 seconds
This commit is contained in:
parent
9ce509cedc
commit
862ab1ccfa
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ use glib::Priority;
|
||||||
|
|
||||||
// Defaults
|
// Defaults
|
||||||
|
|
||||||
pub const DEFAULT_TIMEOUT: u32 = 10;
|
pub const DEFAULT_TIMEOUT: u32 = 30;
|
||||||
pub const DEFAULT_SESSION_RESUMPTION: bool = false;
|
pub const DEFAULT_SESSION_RESUMPTION: bool = false;
|
||||||
|
|
||||||
/// Main point where connect external crate
|
/// Main point where connect external crate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue