@@ -3,4 +3,7 @@ app.batch.save=false
db.impl=act.db.hibernate.HibernatePlugin
db.url=jdbc:postgresql://${pgsql.host}:5432/hello_world?loggerLevel=OFF
-db.isolationLevel=4
+
+db.maxConnections=20
+db.minConnections=10
+db.autoCommit=true