# Identify the component configuration used to define the site:
site-definition ${site_zcml:output}
#cache-size
# num of concurrent pre-opened ZODB threads; default: 7
pool-size 7
# Uncomment this if you want to connect to a ZEO server instead:
server localhost:7010
storage 1
# ZEO client cache, in bytes
cache-size 20MB
# Uncomment to have a persistent disk cache
client ${zope_conf_zeo_3:filestorage}/zeo3
server localhost:7010
storage async
name async
# ZEO client cache, in bytes
cache-size 20MB
# Uncomment to have a persistent disk cache
client ${zope_conf_zeo_3:filestorage}/zeo3_async
# This sets up logging to a file.
# The "path" setting can be a relative or absolute
# filesystem path.
path ${zope_conf:logfiles}/zeo3_z3.log
formatter zope.exceptions.log.Formatter
${zope_conf:extra}