timeout @ 60

This commit is contained in:
Damien Elmes 2009-09-28 08:59:34 +09:00
parent 1111cae80a
commit c786479268

View file

@ -2809,7 +2809,7 @@ class DeckStorage(object):
# no pool & concurrent access w/ timeout
engine = create_engine(path,
poolclass=NullPool,
connect_args={'timeout': 30})
connect_args={'timeout': 60})
session = sessionmaker(bind=engine,
autoflush=False,
autocommit=True)