diff --git a/db/dev_seeds.rb b/db/dev_seeds.rb index 57df045a1..1e9d87b99 100644 --- a/db/dev_seeds.rb +++ b/db/dev_seeds.rb @@ -67,7 +67,7 @@ section "Creating Settings" do Setting.create(key: 'map_latitude', value: 51.48) Setting.create(key: 'map_longitude', value: 0.0) Setting.create(key: 'map_zoom', value: 10) - Setting.create(key: 'related_contents_report_threshold', value: 2) + Setting.create(key: 'related_contents_report_threshold', value: -0.3) end section "Creating Geozones" do diff --git a/db/seeds.rb b/db/seeds.rb index e06b5d07d..6c4ad5c20 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -120,4 +120,4 @@ Setting['map_longitude'] = 0.0 Setting['map_zoom'] = 10 # Related content -Setting['related_contents_report_threshold'] = 5 +Setting['related_contents_report_threshold'] = -0.3