diff --git a/app/models/super_voter.rb b/app/models/super_voter.rb index 68af07096..a8797b30d 100644 --- a/app/models/super_voter.rb +++ b/app/models/super_voter.rb @@ -1,5 +1,5 @@ class SuperVoter < ActiveRecord::Base - MAGNITUDE = 5 + MAGNITUDE = 3 DURATION = 1.week belongs_to :user