Skip to content

Commit 4a27e94

Browse files
fix(clients): push helper smooth traffic (generated)
algolia/api-clients-automation#6247 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
1 parent 4140ec4 commit 4a27e94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ingestion/src/ingestionClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ export function createIngestionClient({
303303
validate: () => retryCount >= 50,
304304
message: () => `The maximum number of retries exceeded. (${retryCount}/${50})`,
305305
},
306-
timeout: (): number => Math.min(retryCount * 500, 5000),
306+
timeout: (): number => Math.min(retryCount * 1500, 5000),
307307
});
308308
}
309309
offset += waitBatchSize;

0 commit comments

Comments
 (0)