Skip to content

Commit

Permalink
test(elasticsearch): Revert flush period to 1, smoke tests have no to…
Browse files Browse the repository at this point in the history
…lerance for larger values
  • Loading branch information
david-leifker committed Oct 26, 2022
1 parent dee38bb commit 11fd53f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ elasticsearch:
bulkProcessor:
async: ${ES_BULK_ASYNC:true}
requestsLimit: ${ES_BULK_REQUESTS_LIMIT:1000}
flushPeriod: ${ES_BULK_FLUSH_PERIOD:10}
flushPeriod: ${ES_BULK_FLUSH_PERIOD:1}
numRetries: ${ES_BULK_NUM_RETRIES:3}
retryInterval: ${ES_BULK_RETRY_INTERVAL:1}
refreshPolicy: ${ES_BULK_REFRESH_POLICY:NONE}
Expand Down

0 comments on commit 11fd53f

Please sign in to comment.