From 635fb8adc0d3111a98f6ed277d55ef3f40aae844 Mon Sep 17 00:00:00 2001 From: EddeCCC Date: Tue, 25 Jun 2024 14:14:53 +0200 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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