mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 10:15:31 +00:00
aquatic http load test: improve connection creation, default config
This commit is contained in:
parent
8a3f3fa330
commit
a02035d659
2 changed files with 8 additions and 6 deletions
|
|
@ -61,9 +61,9 @@ impl Default for NetworkConfig {
|
|||
fn default() -> Self {
|
||||
Self {
|
||||
close_connection_after_response: false,
|
||||
connection_creation_interval: 40,
|
||||
poll_timeout_microseconds: 47,
|
||||
poll_event_capacity: 1024,
|
||||
connection_creation_interval: 10,
|
||||
poll_timeout_microseconds: 197,
|
||||
poll_event_capacity: 64,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue