summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pypi.wsgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/pypi.wsgi b/pypi.wsgi
index e40056f..ed74d43 100644
--- a/pypi.wsgi
+++ b/pypi.wsgi
@@ -51,7 +51,7 @@ class CacheControlMiddleware(object):
def _start_response(status, headers, exc_info=None):
script = environ.get("SCRIPT_NAME", None)
if script in set(["/simple", "/serversig", "/packages"]):
- headers += [("Cache-Control", "max-age=86400, public")]
+ headers += [("Cache-Control", "max-age=900, public")]
else:
headers += [("Cache-Control", "private")]