Module: it's come to this. bump the default sqlite connection timeout to 60 sec

This commit is contained in:
Brian S. Stephan 2011-10-18 00:48:46 -05:00
parent b82dd382ee
commit 78f7614987
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class Module(object):
"""
dbfile = self.config.get('dr.botzo', 'database')
conn = sqlite3.connect(dbfile, 30)
conn = sqlite3.connect(dbfile, 60)
conn.row_factory = sqlite3.Row
# setup regexp function in sqlite