From 3b1b16cc8cda77e651304c36d9c7926f30e4e64a Mon Sep 17 00:00:00 2001 From: JakubDrobnik Date: Tue, 20 Nov 2018 18:16:44 +0100 Subject: [PATCH] Update proxy setting --- src/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index 0f5573a..a00d412 100644 --- a/src/main.js +++ b/src/main.js @@ -56,9 +56,9 @@ Apify.main(async () => { let listingPagination = await Apify.getValue(LISTING_PAGINATION_KEY) || {}; const launchPuppeteerOptions = { - useApifyProxy: true, + // useApifyProxy: true, // useChrome: true, - apifyProxyGroups: ['CZECH_LUMINATI'], + // apifyProxyGroups: ['CZECH_LUMINATI'], // liveView: Apify.isAtHome(), }; if (proxyConfig) Object.assign(launchPuppeteerOptions, proxyConfig);