Explorar o código

tweaked mysql config settings

Todd Fredrich %!s(int64=12) %!d(string=hai) anos
pai
achega
b4b361f499
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 # 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
 mysql.uri = jdbc:mysql://localhost:3306/hello_world