From cf26b230c97b884af2db03011505f323afbb78c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 30 May 2019 17:37:23 +0200 Subject: [PATCH] Use a rounded value for default supports needed We were using the value which is used in Madrid. --- app/models/setting.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/setting.rb b/app/models/setting.rb index fcac095ce..7295136bc 100644 --- a/app/models/setting.rb +++ b/app/models/setting.rb @@ -117,7 +117,7 @@ class Setting < ApplicationRecord "twitter_handle": nil, "twitter_hashtag": nil, "url": "http://example.com", # Public-facing URL of the app. - "votes_for_proposal_success": 53726, + "votes_for_proposal_success": 10000, "youtube_handle": nil } end