diff options
| -rw-r--r-- | pyramid/scaffolds/zodb/development.ini_tmpl | 1 | ||||
| -rw-r--r-- | pyramid/scaffolds/zodb/production.ini_tmpl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/pyramid/scaffolds/zodb/development.ini_tmpl b/pyramid/scaffolds/zodb/development.ini_tmpl index d2d96bc05..0ff1a8fb8 100644 --- a/pyramid/scaffolds/zodb/development.ini_tmpl +++ b/pyramid/scaffolds/zodb/development.ini_tmpl @@ -9,6 +9,7 @@ pyramid.debug_templates = true pyramid.default_locale_name = en pyramid.include = pyramid_debugtoolbar pyramid_tm +pyramid_tm.attempts = 3 zodb_uri = file://%(here)s/Data.fs?connection_cache_size=20000 diff --git a/pyramid/scaffolds/zodb/production.ini_tmpl b/pyramid/scaffolds/zodb/production.ini_tmpl index bb88c535d..76a406eb1 100644 --- a/pyramid/scaffolds/zodb/production.ini_tmpl +++ b/pyramid/scaffolds/zodb/production.ini_tmpl @@ -8,6 +8,7 @@ pyramid.debug_routematch = false pyramid.debug_templates = false pyramid.default_locale_name = en pyramid.include = pyramid_tm +pyramid_tm.attempts = 3 zodb_uri = file://%(here)s/Data.fs?connection_cache_size=20000 |
