generated from PlexSheep/rs-base
the server still lives with over 500 clients
cargo devel CI / cargo CI (push) Successful in 2m12s
Details
cargo devel CI / cargo CI (push) Successful in 2m12s
Details
This commit is contained in:
parent
80c8d6d4ed
commit
0242100fb5
|
@ -10,8 +10,8 @@ use anyhow::{anyhow, Result};
|
|||
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_DELAY_LEN: u64 = 200; // ms
|
||||
const DEFAULT_WIN_AFTER: usize = 0xff;
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct Config {
|
||||
|
|
Loading…
Reference in New Issue