diff options
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 43fd79f..e2fa533 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "start": "node ./bin/www", - "crawl": "node crawler.js" + "crawl": "node --max-old-space-size=4096 crawler.js" }, "dependencies": { "cookie-parser": "~1.4.3", |