Skip to content

Commit 393ef65

Browse files
committed
fix: reduce OTel batch export timeout from 30s to 10s
Match the default config in instrumentation-node.ts to prevent long shutdown hangs when the telemetry endpoint is unreachable.
1 parent c155996 commit 393ef65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎apps/sim/telemetry.config.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const config = {
5757
maxQueueSize: 2048,
5858
maxExportBatchSize: 512,
5959
scheduledDelayMillis: 5000,
60-
exportTimeoutMillis: 30000,
60+
exportTimeoutMillis: 10000,
6161
},
6262

6363
/**

0 commit comments

Comments
 (0)