Skip to content

Commit 45766e0

Browse files
committed
Update ProxyServlet.java
1 parent 3838187 commit 45766e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/src/main/java/ru/qatools/gridrouter/ProxyServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
urlPatterns = {ProxyServlet.WD_HUB_SESSION + "*"},
3838
asyncSupported = true,
3939
initParams = {
40-
@WebInitParam(name = "maxThreads", value = "512"),
40+
@WebInitParam(name = "maxThreads", value = "1024"),
4141
@WebInitParam(name = "timeout", value = "300000"),
4242
@WebInitParam(name = "idleTimeout", value = "300000")
4343
}

0 commit comments

Comments
 (0)