From 8812c84f32c74ac2f44af1abdb7e4e6f7cbf10b0 Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Thu, 17 Aug 2023 20:12:42 +0200 Subject: change rate to requests per second --- js/template.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js') diff --git a/js/template.js b/js/template.js index d33adc5..a2b4518 100644 --- a/js/template.js +++ b/js/template.js @@ -4,6 +4,7 @@ export const options = { url: "https://news.ycombinator.com/", // Specify the URL to start scraping from. depth: 1, // Specify how deep links should be followed (0 = no follow). allowedDomains: ["news.ycombinator.com"], // Specify the allowed domains to follow. + rate: 100, // Specify the request rate in requests per second. } export default function({ html, url }) { -- cgit v1.2.3