mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 10:15:31 +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
|
|
@ -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