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 58d52da commit e5feb20Copy full SHA for e5feb20
1 file changed
src/internal_modules/roc_pipeline/config.h
@@ -186,7 +186,7 @@ struct ReceiverSessionConfig {
186
audio::ResamplerProfile resampler_profile;
187
188
//! Max number of receiver sessions.
189
- unsigned int max_sessions;
+ size_t max_sessions;
190
191
ReceiverSessionConfig()
192
: target_latency(DefaultLatency)
@@ -232,7 +232,7 @@ struct ReceiverCommonConfig {
232
bool enable_beeping;
233
234
//! Maximum number of packets per session.
235
- unsigned int max_session_packets;
+ size_t max_session_packets;
236
237
ReceiverCommonConfig()
238
: output_sample_spec(DefaultSampleSpec)
0 commit comments