Ver código fonte

Increase the Queue limit for mongoDB (#4428)

Souen Mazouin 6 anos atrás
pai
commit
c8ea65e74b

+ 1 - 1
frameworks/Java/spring-webflux/src/main/resources/application.yml

@@ -34,5 +34,5 @@ spring:
   profiles: mongo
   profiles: mongo
 
 
 database:
 database:
-  url: mongodb://tfb-database:27017
+  url: mongodb://tfb-database:27017/?waitQueueMultiple=200
   name: hello_world
   name: hello_world