udp: increase default config value worker_channel_size

This commit is contained in:
Joakim Frostegård 2023-12-30 18:16:53 +01:00
parent 87e7811751
commit 0f469ff725

View file

@ -58,7 +58,7 @@ impl Default for Config {
socket_workers: 1,
swarm_workers: 1,
log_level: LogLevel::Error,
worker_channel_size: 1024 * 16,
worker_channel_size: 1024 * 128,
request_channel_recv_timeout_ms: 100,
network: NetworkConfig::default(),
protocol: ProtocolConfig::default(),