diff --git a/README.md b/README.md index 4ce2473..f9fd546 100755 --- a/README.md +++ b/README.md @@ -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