Skip to content

Commit

Permalink
turn on bulk ingest by default. todo: add it to docker compose instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
autata committed Feb 22, 2024
1 parent 5abcf05 commit 7478b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ preprocessorConfig:
dataTransformer: ${PREPROCESSOR_TRANSFORMER:-json}
rateLimiterMaxBurstSeconds: ${PREPROCESSOR_RATE_LIMITER_MAX_BURST_SECONDS:-1}
kafkaPartitionStickyTimeoutMs: ${KAFKA_PARTITION_STICKY_TIMEOUT_MS:-0}
useBulkApi: ${KALDB_PREPROCESSOR_USE_BULK_API:-false}
useBulkApi: ${KALDB_PREPROCESSOR_USE_BULK_API:-true}
rateLimitExceededErrorCode: ${KALDB_PREPROCESSOR_RATE_LIMIT_EXCEEDED_ERROR_CODE:-400}

0 comments on commit 7478b66

Please sign in to comment.