Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down