browse pagination length to 100

This commit is contained in:
Kyle Drake 2015-06-07 16:27:30 -07:00
parent 11927f027d
commit 092eb4536f

View file

@ -132,7 +132,7 @@ class Site < Sequel::Model
plan_five: 5 plan_five: 5
} }
BROWSE_PAGINATION_LENGTH = 300 BROWSE_PAGINATION_LENGTH = 100
many_to_many :tags many_to_many :tags