Skip to content

Commit

Permalink
More messages in flight please
Browse files Browse the repository at this point in the history
Waiting on tokio-rs#112
  • Loading branch information
jonhoo committed Apr 10, 2017
1 parent 4bbd0cd commit 2e1af59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/streaming/multiplex/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ enum InFlight<F: Future> {
}

/// The total number of requests that can be in flight at once.
const MAX_IN_FLIGHT_REQUESTS: usize = 32;
const MAX_IN_FLIGHT_REQUESTS: usize = 4096;

impl<P, T, B, S> super::advanced::Dispatch for Dispatch<S, T, P> where
P: ServerProto<T>,
Expand Down

0 comments on commit 2e1af59

Please sign in to comment.