We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381b8c0 commit 22e1b6dCopy full SHA for 22e1b6d
algoliasearch/src/main/java/com/algolia/api/IngestionClient.java
@@ -5078,7 +5078,7 @@ public <T> List<WatchResponse> chunkedPush(
5078
WatchResponse watch = this.push(
5079
indexName,
5080
new PushTaskPayload().setAction(action).setRecords(this.objectsToPushTaskRecords(records)),
5081
- waitForTasks,
+ false,
5082
referenceIndexName,
5083
requestOptions
5084
);
0 commit comments