const DEFAULT_PROXY_CHANNEL_SIZE: usize = 100;
Expand description

The default size of the channel that forwards received requests.

If requests are received faster than the test code can consume them, some requests may be ignored.

This value can be configured in the MockService using MockServiceBuilder::with_proxy_channel_size.