diff options
Diffstat (limited to 'js/template.js')
| -rw-r--r-- | js/template.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 }) { |