Skip to content

Commit 59f2b73

Browse files
committed
prettier
1 parent 5281c4b commit 59f2b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/_global/bulk/BulkRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ import { OperationContainer, UpdateAction } from './types'
140140
* Imagine a `_bulk?refresh=wait_for` request with three documents in it that happen to be routed to different shards in an index with five shards.
141141
* The request will only wait for those three shards to refresh.
142142
* The other two shards that make up the index do not participate in the `_bulk` request at all.
143-
*
143+
*
144144
* You might want to disable the refresh interval temporarily to improve indexing throughput for large bulk requests.
145145
* Refer to the linked documentation for step-by-step instructions using the index settings API.
146146
* @rest_spec_name bulk

0 commit comments

Comments
 (0)