From 07e22bedba489efebc0cb3f9dbba21500db57498 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 8 Feb 2022 18:29:36 +0100 Subject: [PATCH] Updated Fetching pages with WebDriver (markdown) --- Fetching-pages-with-WebDriver.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Fetching-pages-with-WebDriver.md b/Fetching-pages-with-WebDriver.md index baf38bc..1cc4a62 100644 --- a/Fetching-pages-with-WebDriver.md +++ b/Fetching-pages-with-WebDriver.md @@ -44,6 +44,7 @@ The URL for the WebDriver interface is set with the `WEBDRIVER_URL` environment Known to work with RaspberryPi-4 Use the `seleniarm/standalone-chromium:4.0.0-20211213` as `image:`. Note that this currently only supports the 64-bit version of Raspbian OS. +- It's good to set the ENV var `FETCH_WORKERS` to a low value like 2 or 3, because maybe having 10 sessions of chrome open might be a bit too heavy on your rPi ## There's a few things left todo