diff options
| author | Roy Hyunjin Han <rhh@crosscompute.com> | 2014-04-27 09:41:16 -0700 |
|---|---|---|
| committer | Roy Hyunjin Han <rhh@crosscompute.com> | 2014-04-27 09:41:16 -0700 |
| commit | dab7485e3fb20e8372d54c8dd815e7071b2580db (patch) | |
| tree | 938b4e4181c40bdbc70ba21a51bcc5377280c7e3 | |
| parent | e36788c38b06d154d04f90530fb25d503748b63f (diff) | |
| download | pyramid-dab7485e3fb20e8372d54c8dd815e7071b2580db.tar.gz pyramid-dab7485e3fb20e8372d54c8dd815e7071b2580db.tar.bz2 pyramid-dab7485e3fb20e8372d54c8dd815e7071b2580db.zip | |
Replaced five minutes with one hour
| -rw-r--r-- | pyramid/static.py | 4 |
1 files 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 |
