add setting for new 'most active' algorithm

This commit is contained in:
Julian Herrero
2018-12-11 16:01:44 +01:00
parent 9e759e0a39
commit 96dfa2fd65
5 changed files with 13 additions and 0 deletions

View File

@@ -136,6 +136,9 @@ Setting['feature.homepage.widgets.feeds.proposals'] = true
Setting['feature.homepage.widgets.feeds.debates'] = true
Setting['feature.homepage.widgets.feeds.processes'] = true
# Votes hot_score configuration
Setting['hot_score_period_in_days'] = 31
WebSection.create(name: 'homepage')
WebSection.create(name: 'debates')
WebSection.create(name: 'proposals')