tweak numbers

This commit is contained in:
Kyle Drake 2015-02-15 13:21:34 -08:00
parent 60f9b5b589
commit 12b7a2830e
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
get '/activity' do
expires 14400, :public, :must_revalidate if self.class.production? # 4 hours
expires 7200, :public, :must_revalidate if self.class.production? # 2 hours
params[:activity] = 'global' # FIXME this is a bad hack
@events = Event.global_dataset.all
erb :'activity'