speed up traffic decrementer

This commit is contained in:
joshua stein 2014-01-08 20:41:12 -06:00
parent 9a6cccfde0
commit 53a6d87ead

View file

@ -3,7 +3,7 @@ class ApplicationController < ActionController::Base
before_filter :authenticate_user
before_filter :increase_traffic_counter
TRAFFIC_DECREMENTER = 0.15
TRAFFIC_DECREMENTER = 0.25
TAG_FILTER_COOKIE = :tag_filters