From dab7485e3fb20e8372d54c8dd815e7071b2580db Mon Sep 17 00:00:00 2001 From: Roy Hyunjin Han Date: Sun, 27 Apr 2014 09:41:16 -0700 Subject: Replaced five minutes with one hour --- pyramid/static.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyramid/static.py b/pyramid/static.py index 63ca58597..0987ffde6 100644 --- a/pyramid/static.py +++ b/pyramid/static.py @@ -11,7 +11,7 @@ from os.path import ( from pkg_resources import ( resource_exists, - resource_filename, + resource_filename, resource_isdir, ) @@ -58,7 +58,7 @@ class static_view(object): ``cache_max_age`` influences the ``Expires`` and ``Max-Age`` response headers returned by the view (default is 3600 seconds or - five minutes). + one hour). ``use_subpath`` influences whether ``request.subpath`` will be used as ``PATH_INFO`` when calling the underlying WSGI application which actually -- cgit v1.2.3