restore pool size (#6026)

This commit is contained in:
Frédéric Péters 2014-11-28 13:49:08 +01:00
parent 8c9486040e
commit 34fa5e1b5f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from zope.i18nmessageid import MessageFactory
_ = MessageFactory('pfwbged.policy')
POOL_SIZE = 10
POOL_SIZE = 1000
def initialize(context):