mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
udp: decrease default worker_channel_size to 1024
This commit is contained in:
parent
e598907095
commit
e76394b60d
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ impl Default for Config {
|
||||||
socket_workers: 1,
|
socket_workers: 1,
|
||||||
swarm_workers: 1,
|
swarm_workers: 1,
|
||||||
log_level: LogLevel::Error,
|
log_level: LogLevel::Error,
|
||||||
worker_channel_size: 4_096,
|
worker_channel_size: 1_024,
|
||||||
request_channel_recv_timeout_ms: 100,
|
request_channel_recv_timeout_ms: 100,
|
||||||
network: NetworkConfig::default(),
|
network: NetworkConfig::default(),
|
||||||
protocol: ProtocolConfig::default(),
|
protocol: ProtocolConfig::default(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue