check_reserved in welcome, thanks Marin

This commit is contained in:
mdipierro
2012-12-03 16:30:13 -06:00
parent 411ef4549e
commit bfcda54fa2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.2.1 (2012-12-03 16:05:41) stable
Version 2.2.1 (2012-12-03 16:29:26) stable
+1 -1
View File
@@ -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')