Browse Source

tweaked mysql config settings

Todd Fredrich 12 years ago
parent
commit
b4b361f499
1 changed files with 1 additions and 1 deletions
  1. 1 1
      restexpress/config/dev/environment.properties

+ 1 - 1
restexpress/config/dev/environment.properties

@@ -3,7 +3,7 @@ executor.threadPool.size = 300
 
 
 # A MongoDB URI/Connection string
 # A MongoDB URI/Connection string
 # see: http://docs.mongodb.org/manual/reference/connection-string/
 # see: http://docs.mongodb.org/manual/reference/connection-string/
-mongodb.uri = mongodb://localhost:27017/hello_world
+mongodb.uri = mongodb://localhost:27017/hello_world?maxPoolSize=300
 
 
 # A MySQL URI/Connection string
 # A MySQL URI/Connection string
 mysql.uri = jdbc:mysql://localhost:3306/hello_world
 mysql.uri = jdbc:mysql://localhost:3306/hello_world