Skip to content

Commit 7a8e916

Browse files
committed
Merge pull request 'Fix #22363: set max queue size to 100' (#8) from feature/22363 into develop
2 parents 7a48a2e + 2e30c3f commit 7a8e916

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/eu/openanalytics/containerproxy/util/ProxyMappingManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public void getConnection(ProxyTarget target, HttpServerExchange exchange, Proxy
8888
super.getConnection(target, exchange, callback, timeout, timeUnit);
8989
}
9090
};
91+
proxyClient.setMaxQueueSize(100);
9192
proxyClient.addHost(target);
9293

9394
mappings.put(mapping, proxyId);

0 commit comments

Comments
 (0)