From cf6ac628279c1a27c5c4b843e2138f5bc04e00c6 Mon Sep 17 00:00:00 2001 From: joshua stein Date: Sun, 30 Oct 2016 13:10:29 -0500 Subject: [PATCH] decrement traffic faster --- app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 95954ca..012a7a0 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -3,7 +3,7 @@ class ApplicationController < ActionController::Base before_filter :authenticate_user before_filter :increase_traffic_counter - TRAFFIC_DECREMENTER = 0.30 + TRAFFIC_DECREMENTER = 0.40 TAG_FILTER_COOKIE = :tag_filters