Skip to content

Commit c0402b6

Browse files
algolia-botGiglium
andcommitted
fix(java): saveObjects always passing waitForTasks as false (generated)
algolia/api-clients-automation#4460 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Migliorin Francesco Antonio <[email protected]>
1 parent 600c939 commit c0402b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algoliasearch/src/main/java/com/algolia/api/SearchClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6678,7 +6678,7 @@ public <T> List<BatchResponse> saveObjects(String indexName, Iterable<T> objects
66786678
* the transporter requestOptions. (optional)
66796679
*/
66806680
public <T> List<BatchResponse> saveObjects(String indexName, Iterable<T> objects, boolean waitForTasks, RequestOptions requestOptions) {
6681-
return saveObjects(indexName, objects, false, 1000, requestOptions);
6681+
return saveObjects(indexName, objects, waitForTasks, 1000, requestOptions);
66826682
}
66836683

66846684
/**

0 commit comments

Comments
 (0)