We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294357b commit fbd0469Copy full SHA for fbd0469
src/servers/udp/server.rs
@@ -203,7 +203,7 @@ impl Launcher {
203
204
#[derive(Default)]
205
struct ActiveRequests {
206
- rb: StaticRb<AbortHandle, 1000>, // the number of requests we handle at the same time.
+ rb: StaticRb<AbortHandle, 50>, // the number of requests we handle at the same time.
207
}
208
209
impl std::fmt::Debug for ActiveRequests {
0 commit comments