Commit 931c823
committed
Enlarge Connection Pool
Previously, the connection pool was the same size as the number of threads on
a system. This change updates that value to double the number of threads on a
system so that there is some potential for single-thread connection
concurrency in all systems, especially in systems with only a single thread.
[resolves #606]1 parent 8e54346 commit 931c823
File tree
1 file changed
+1
-1
lines changed- cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments