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.
max_queue_size
1 parent b51f206 commit c00cffeCopy full SHA for c00cffe
apps/opentelemetry/src/otel_batch_processor.erl
@@ -176,10 +176,7 @@ init([Args=#{reg_name := RegName}]) ->
176
exporter_config=ExporterConfig,
177
resource = Resource,
178
handed_off_table=undefined,
179
- max_queue_size=case SizeLimit of
180
- infinity -> infinity;
181
- _ -> SizeLimit div erlang:system_info(wordsize)
182
- end,
+ max_queue_size=SizeLimit,
183
exporting_timeout_ms=ExportingTimeout,
184
check_table_size_ms=CheckTableSize,
185
scheduled_delay_ms=ScheduledDelay,
0 commit comments