@algolia/ingestion 1.51.0 → 1.52.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,7 @@ var import_requester_node_http = require("@algolia/requester-node-http");
33
33
 
34
34
  // src/ingestionClient.ts
35
35
  var import_client_common = require("@algolia/client-common");
36
- var apiClientVersion = "1.51.0";
36
+ var apiClientVersion = "1.52.0";
37
37
  var REGIONS = ["eu", "us"];
38
38
  function getDefaultHosts(region) {
39
39
  const url = "data.{region}.algolia.com".replace("{region}", region);
@@ -177,7 +177,7 @@ function createIngestionClient({
177
177
  validate: () => retryCount >= 50,
178
178
  message: () => `The maximum number of retries exceeded. (${retryCount}/${50})`
179
179
  },
180
- timeout: () => Math.min(retryCount * 500, 5e3)
180
+ timeout: () => Math.min(retryCount * 1500, 5e3)
181
181
  });
182
182
  }
183
183
  offset += waitBatchSize;