You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Base
* separated middlewares
* readme
* Too many requests error
* Now limit_context is a small service.
* Typos
* Typos
* Delete useless variable
* Version update
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,6 +227,7 @@ Here we list them all with their purpose.
227
227
*`VIEWPORT_HEIGHT = 720` - height of the browser's window
228
228
*`TOKEN_2CAPTCHA = undefined` - token of [2captcha service](https://2captcha.com)
229
229
*`STEALTH_BROWSING = true` - should the service use the [stealth browsing](https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-stealth) mode
230
+
*`MAX_CONCURRENT_CONTEXTS = undefined` - should the service limit the number of contexts
230
231
231
232
## Notes on memory usage
232
233
You need to explicitly close the browser tab once you don't need it (e.g. at the end of the parse method).
0 commit comments