Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC committed Jun 25, 2024
1 parent f13a516 commit 635fb8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ BOOMR.init({
}
},
exporter: {
maxQueueSize: 100,
maxExportBatchSize: 10,
scheduledDelayMillis: 500,
maxQueueSize: 200,
maxExportBatchSize: 100,
scheduledDelayMillis: 5000,
exportTimeoutMillis: 30000,
},
prototypeExporterPatch: true, // patches the OpenTelemetry collector-span-exporter in case the Prototype framework is used
Expand Down

0 comments on commit 635fb8a

Please sign in to comment.