|
@@ -32,7 +32,7 @@ app.config.db.host = 'tfb-database'
|
|
|
app.config.db.user = 'benchmarkdbuser'
|
|
|
app.config.db.password = 'benchmarkdbpass'
|
|
|
app.config.db.database = 'hello_world'
|
|
|
-app.config.db.pool_size = 10
|
|
|
+app.config.db.pool_size = 16
|
|
|
|
|
|
db = Database(app)
|
|
|
db.define_models(World, Fortune)
|