mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
aquatic_udp default config: don't print statistics
This commit is contained in:
parent
897e2f748c
commit
8dcf3e106c
2 changed files with 3 additions and 3 deletions
|
|
@ -116,7 +116,7 @@ max_requests_per_iter = 10000
|
|||
channel_recv_timeout_microseconds = 200
|
||||
|
||||
[statistics]
|
||||
interval = 5
|
||||
interval = 0
|
||||
|
||||
[cleaning]
|
||||
interval = 30
|
||||
|
|
|
|||
|
|
@ -151,7 +151,7 @@ impl Default for HandlerConfig {
|
|||
impl Default for StatisticsConfig {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
interval: 5,
|
||||
interval: 0,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue