Procházet zdrojové kódy

tweaked mysql config settings

Todd Fredrich před 12 roky
rodič
revize
b4b361f499
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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