Skip to content

Commit 0b66bb9

Browse files
authored
update batch size
1 parent 44a097d commit 0b66bb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/services/chainlink/application.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ func NewApplication(ctx context.Context, opts ApplicationOpts) (Application, err
379379

380380
// Wire DurableEmitter for persistent chip ingress delivery when enabled
381381
if cfg.Telemetry().DurableEmitterEnabled() && cfg.Telemetry().ChipIngressEndpoint() != "" {
382-
maxBatchSize := 10_000
382+
maxBatchSize := 1000
383383
emitterCfg := durableemitter.DefaultConfig()
384384
emitterCfg.RetransmitBatchSize = maxBatchSize
385385
emitterCfg.Metrics = &durableemitter.DurableEmitterMetricsConfig{}

0 commit comments

Comments
 (0)