Skip to content

Commit

Permalink
chore: bring back the old field but make it exist in types only
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu committed Mar 26, 2024
1 parent c3b9070 commit 53209f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/basic-crawler/src/internals/basic-crawler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,14 @@ export interface CrawlerExperiments {
* default causes issues. Please open an issue if you encounter problems with the new API.
*/
disableRequestLocking?: boolean;

/**
* @deprecated This experiment is now enabled by default, and this flag will be removed in a future release.
* If you encounter issues due to this change, please:
* - report it to us: https://github.com/apify/crawlee
* - set `disableRequestLocking` to `true` in the `experiments` option of the crawler
*/
requestLocking?: boolean;
}

/**
Expand Down

0 comments on commit 53209f8

Please sign in to comment.