Skip to content

Commit

Permalink
Remove restriction for log batch processor
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg authored Jan 28, 2025
1 parent 3b037be commit 70919c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/logs/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ to make sure that they are not invoked concurrently.
consecutive exports. The default value is `1000`.
* `exportTimeoutMillis` - how long the export can run before it is cancelled.
The default value is `30000`.
* `maxExportBatchSize` - the maximum batch size of every export. It must be
smaller or equal to `maxQueueSize`. The default value is `512`.
* `maxExportBatchSize` - the maximum batch size of every export. The default
value is `512`.

## LogRecordExporter

Expand Down

0 comments on commit 70919c7

Please sign in to comment.