@crawlee/core 3.17.1-beta.41 → 3.17.1-beta.43

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.
@@ -35,13 +35,13 @@ export interface SnapshotterOptions {
35
35
  /**
36
36
  * Defines the maximum number of new rate limit errors within
37
37
  * the given interval.
38
- * @default 1
38
+ * @default 3
39
39
  */
40
40
  maxClientErrors?: number;
41
41
  /**
42
42
  * Sets the interval in seconds for which a history of resource snapshots
43
43
  * will be kept. Increasing this to very high numbers will affect performance.
44
- * @default 60
44
+ * @default 30
45
45
  */
46
46
  snapshotHistorySecs?: number;
47
47
  /** @internal */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/core",
3
- "version": "3.17.1-beta.41",
3
+ "version": "3.17.1-beta.43",
4
4
  "description": "The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.",
5
5
  "engines": {
6
6
  "node": ">=16.0.0"
@@ -59,9 +59,9 @@
59
59
  "@apify/pseudo_url": "^2.0.30",
60
60
  "@apify/timeout": "^0.3.0",
61
61
  "@apify/utilities": "^2.7.10",
62
- "@crawlee/memory-storage": "3.17.1-beta.41",
63
- "@crawlee/types": "3.17.1-beta.41",
64
- "@crawlee/utils": "3.17.1-beta.41",
62
+ "@crawlee/memory-storage": "3.17.1-beta.43",
63
+ "@crawlee/types": "3.17.1-beta.43",
64
+ "@crawlee/utils": "3.17.1-beta.43",
65
65
  "@sapphire/async-queue": "^1.5.1",
66
66
  "@vladfrangu/async_event_emitter": "^2.2.2",
67
67
  "csv-stringify": "^6.2.0",
@@ -83,5 +83,5 @@
83
83
  }
84
84
  }
85
85
  },
86
- "gitHead": "6c01783829190e9904fc1288ac62844e552414e6"
86
+ "gitHead": "fb94da29f2d424583461d7e74f56baba962a0b69"
87
87
  }