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