generated from PlexSheep/rs-base
the server still lives with over 500 clients
cargo devel CI / cargo CI (push) Successful in 2m11s
Details
cargo devel CI / cargo CI (push) Successful in 2m11s
Details
This commit is contained in:
parent
80c8d6d4ed
commit
4de8d3acfb
|
@ -11,7 +11,7 @@ use libpt::log::{error, trace};
|
|||
|
||||
const DEFAULT_TIMEOUT_LEN: u64 = 5000; // ms
|
||||
const DEFAULT_DELAY_LEN: u64 = 500; // ms
|
||||
const DEFAULT_WIN_AFTER: usize = 20;
|
||||
const DEFAULT_WIN_AFTER: usize = 0x10;
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct Config {
|
||||
|
|
Loading…
Reference in New Issue