From 3d203df988401fc6a84f36ac7ad64985c48013b6 Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Wed, 25 Sep 2019 10:00:42 +0000 Subject: [PATCH] remove comment from delay between indexing pages --- app/crawler/specific/olx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/crawler/specific/olx.js b/app/crawler/specific/olx.js index 75f9578..b10f55a 100644 --- a/app/crawler/specific/olx.js +++ b/app/crawler/specific/olx.js @@ -123,7 +123,7 @@ class OlxCrawler { done = true; } - // await this.sleep(this.delayBetweenPages); + await this.sleep(this.delayBetweenPages); } } console.log("[OLX] Crawler finished");