diff --git a/config.js b/config.js index 23a29f2..3b711a1 100644 --- a/config.js +++ b/config.js @@ -20,7 +20,7 @@ const config = { maxTweetsPerTrend: 10, // Maximum number of keywords to store for each trend - maxKeywordsPerTrend: 40, + maxKeywordsPerTrend: 80, // Server interval length in seconds (Trends are updated every this many // seconds), (900 is 15 mins) diff --git a/package.json b/package.json index 8f2752e..13f4171 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test-cov": "nyc --all --include src jasmine", "coveralls": "nyc report --reporter=text-lcov | coveralls", "lint": "eslint .", - "start": "node app.js" + "start": "node app.js Node Environment: Production" }, "repository": { "type": "git",