diff options
Diffstat (limited to 'pyramid/paster_templates/pylons_minimal/development.ini_tmpl')
| -rw-r--r-- | pyramid/paster_templates/pylons_minimal/development.ini_tmpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pyramid/paster_templates/pylons_minimal/development.ini_tmpl b/pyramid/paster_templates/pylons_minimal/development.ini_tmpl index 7e5b64fa3..e147ba76d 100644 --- a/pyramid/paster_templates/pylons_minimal/development.ini_tmpl +++ b/pyramid/paster_templates/pylons_minimal/development.ini_tmpl @@ -11,12 +11,6 @@ session.data_dir = %(here)s/data/sessions/data session.lock_dir = %(here)s/data/sessions/lock session.key = {{project}} session.secret = your_app_secret_string -cache.regions = default_term, second, short_term, long_term -cache.type = memory -cache.second.expire = 1 -cache.short_term.expire = 60 -cache.default_term.expire = 300 -cache.long_term.expire = 3600 [pipeline:main] pipeline = egg:WebError#evalerror |
