check_reserved in welcome, thanks Marin
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.2.1 (2012-12-03 16:05:41) stable
|
||||
Version 2.2.1 (2012-12-03 16:29:26) stable
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
if not request.env.web2py_runtime_gae:
|
||||
## if NOT running on Google App Engine use SQLite or other DB
|
||||
db = DAL('sqlite://storage.sqlite')
|
||||
db = DAL('sqlite://storage.sqlite',pool_size=1,check_reserved=['all'])
|
||||
else:
|
||||
## connect to Google BigTable (optional 'google:datastore://namespace')
|
||||
db = DAL('google:datastore')
|
||||
|
||||
Reference in New Issue
Block a user