changeset 5155 | 1dea6e0fdfc1 |
parent 4436 | 294e084f1263 |
child 5223 | 6abd6e3599f4 |
--- a/web/httpcache.py Wed Mar 31 17:02:51 2010 +0200 +++ b/web/httpcache.py Tue Apr 06 16:50:53 2010 +0200 @@ -131,8 +131,5 @@ # max-age=0 to actually force revalidation when needed viewmod.View.cache_max_age = 0 - -viewmod.EntityView.http_cache_manager = EntityHTTPCacheManager - viewmod.StartupView.http_cache_manager = MaxAgeHTTPCacheManager viewmod.StartupView.cache_max_age = 60*60*2 # stay in http cache for 2 hours by default