Browse Source

Increase the Queue limit for mongoDB (#4428)

Souen Mazouin 6 years ago
parent
commit
c8ea65e74b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/spring-webflux/src/main/resources/application.yml

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

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