Browse Source

increased pool size

Patrick Falls 12 years ago
parent
commit
7f1bb4f0d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      play-java/conf/application.conf

+ 1 - 1
play-java/conf/application.conf

@@ -35,7 +35,7 @@ db.default.user=benchmarkdbuser
 db.default.password=benchmarkdbpass
 db.default.password=benchmarkdbpass
 db.default.jndiName=DefaultDS
 db.default.jndiName=DefaultDS
 
 
-db.default.partitionCount=4
+db.default.partitionCount=64
 
 
 # The number of connections to create per partition. Setting this to 
 # The number of connections to create per partition. Setting this to 
 # 5 with 3 partitions means you will have 15 unique connections to the 
 # 5 with 3 partitions means you will have 15 unique connections to the