mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +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
|
channel_recv_timeout_microseconds = 200
|
||||||
|
|
||||||
[statistics]
|
[statistics]
|
||||||
interval = 5
|
interval = 0
|
||||||
|
|
||||||
[cleaning]
|
[cleaning]
|
||||||
interval = 30
|
interval = 30
|
||||||
|
|
|
||||||
|
|
@ -151,7 +151,7 @@ impl Default for HandlerConfig {
|
||||||
impl Default for StatisticsConfig {
|
impl Default for StatisticsConfig {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
interval: 5,
|
interval: 0,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue