Skip to content

Commit 22e1b6d

Browse files
algolia-botmillotp
andcommitted
fix(java): dont use watch=true in replaceAllObjectsWithTransformation (generated)
algolia/api-clients-automation#5516 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 381b8c0 commit 22e1b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5078,7 +5078,7 @@ public <T> List<WatchResponse> chunkedPush(
50785078
WatchResponse watch = this.push(
50795079
indexName,
50805080
new PushTaskPayload().setAction(action).setRecords(this.objectsToPushTaskRecords(records)),
5081-
waitForTasks,
5081+
false,
50825082
referenceIndexName,
50835083
requestOptions
50845084
);

0 commit comments

Comments
 (0)