From b53fb1f3b124cb65e792b1f0e05c9ecc46fac9d7 Mon Sep 17 00:00:00 2001 From: Tiago Scolari Date: Sun, 25 Aug 2013 02:18:34 +0100 Subject: [PATCH] Added max-age to notifier.js --- config/environments/production.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 8922a0d..0ac6957 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -59,5 +59,6 @@ Errbit::Application.configure do # Send deprecation notices to registered listeners config.active_support.deprecation = :notify + config.static_cache_control = "public, max-age=7200" end -- libgit2 0.21.2