From 4eaff86c5899ef27465f9c92aed44418c94622ad Mon Sep 17 00:00:00 2001 From: Carlos Vieira Date: Mon, 28 Apr 2014 16:33:35 -0300 Subject: [PATCH] barrabrasil.py: cache de 12 horas. --- app/barrabrasil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/barrabrasil.py b/app/barrabrasil.py index 12ce036..119f2a0 100644 --- a/app/barrabrasil.py +++ b/app/barrabrasil.py @@ -48,7 +48,7 @@ def barra(): resposta = make_response(conteudo) resposta.set_etag(etag) resposta.headers['Content-type'] = 'application/javascript' - resposta.headers['Cache-control'] = 'max-age: 3600' + resposta.headers['Cache-control'] = 'max-age: 43200' #12 horas return resposta if __name__ == '__main__': -- libgit2 0.21.2