diff options
author | Marvin Borner | 2018-11-10 01:56:02 +0100 |
---|---|---|
committer | Marvin Borner | 2018-11-10 01:56:02 +0100 |
commit | efb69cb01b1339b4089bc62c4920b7b85879487a (patch) | |
tree | c9a665f5b6afaff6a8109a92686a380519eb2738 | |
parent | ef5411a6e14c9ae6cbd1488122462f12ae197ce0 (diff) |
-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", |