fix(scrape-kn): real documents endpoints (5x) + skip obj_checks + sem 3→8 #325
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class BrowserSession:
|
|||
self._browser: Browser | None = None
|
||||
self._context: BrowserContext | None = None
|
||||
self._page: Page | None = None
|
||||
self._sem = asyncio.Semaphore(6)
|
||||
self._sem = asyncio.Semaphore(8)
|
||||
self._request_count = 0
|
||||
|
||||
async def __aenter__(self) -> BrowserSession:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue