Skip to content

Commit b5fad07

Browse files
committed
Merge branch 'enlarge-connection-pool'
2 parents 8e54346 + 931c823 commit b5fad07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/_DefaultConnectionContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ abstract class _DefaultConnectionContext implements ConnectionContext {
6565

6666
@Value.Default
6767
public Integer getConnectionPoolSize() {
68-
return PoolResources.DEFAULT_POOL_MAX_CONNECTION;
68+
return 2 * PoolResources.DEFAULT_POOL_MAX_CONNECTION;
6969
}
7070

7171
@Override

0 commit comments

Comments
 (0)