From be5155fe078f7d27086f000a68481a20d951ad91 Mon Sep 17 00:00:00 2001 From: Eric Antones Date: Fri, 13 Jul 2018 10:49:53 +0200 Subject: [PATCH] [UPD] odoo: Change default MAXAGE cache --- odoo/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo/http.py b/odoo/http.py index 0075b1bed34db..9435b61b015bc 100644 --- a/odoo/http.py +++ b/odoo/http.py @@ -57,7 +57,7 @@ rpc_response = logging.getLogger(__name__ + '.rpc.response') # 1 week cache for statics as advised by Google Page Speed -STATIC_CACHE = 60 * 60 * 24 * 7 +STATIC_CACHE = 60 * 60 * 24 #---------------------------------------------------------- # RequestHandler