We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2d445 commit fe1fe4dCopy full SHA for fe1fe4d
1 file changed
cloudfoundry-client-reactor/src/test/java/org/cloudfoundry/reactor/DefaultConnectionContextTest.java
@@ -95,6 +95,7 @@ public void multipleInstances() {
95
@Test
96
public void configurationAlwaysApplied() {
97
DefaultConnectionContext ctx = DefaultConnectionContext.builder()
98
+ .connectionPoolSize(24)
99
.apiHost("api.example.com")
100
.keepAlive(true)
101
.proxyConfiguration(
0 commit comments