Changed related_contents_report_threshold setting value
This commit is contained in:
@@ -67,7 +67,7 @@ section "Creating Settings" do
|
|||||||
Setting.create(key: 'map_latitude', value: 51.48)
|
Setting.create(key: 'map_latitude', value: 51.48)
|
||||||
Setting.create(key: 'map_longitude', value: 0.0)
|
Setting.create(key: 'map_longitude', value: 0.0)
|
||||||
Setting.create(key: 'map_zoom', value: 10)
|
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
|
end
|
||||||
|
|
||||||
section "Creating Geozones" do
|
section "Creating Geozones" do
|
||||||
|
|||||||
@@ -120,4 +120,4 @@ Setting['map_longitude'] = 0.0
|
|||||||
Setting['map_zoom'] = 10
|
Setting['map_zoom'] = 10
|
||||||
|
|
||||||
# Related content
|
# Related content
|
||||||
Setting['related_contents_report_threshold'] = 5
|
Setting['related_contents_report_threshold'] = -0.3
|
||||||
|
|||||||
Reference in New Issue
Block a user