We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e54346 + 931c823 commit b5fad07Copy full SHA for b5fad07
cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/_DefaultConnectionContext.java
@@ -65,7 +65,7 @@ abstract class _DefaultConnectionContext implements ConnectionContext {
65
66
@Value.Default
67
public Integer getConnectionPoolSize() {
68
- return PoolResources.DEFAULT_POOL_MAX_CONNECTION;
+ return 2 * PoolResources.DEFAULT_POOL_MAX_CONNECTION;
69
}
70
71
@Override
0 commit comments