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.
1 parent 3838187 commit 45766e0Copy full SHA for 45766e0
proxy/src/main/java/ru/qatools/gridrouter/ProxyServlet.java
@@ -37,7 +37,7 @@
37
urlPatterns = {ProxyServlet.WD_HUB_SESSION + "*"},
38
asyncSupported = true,
39
initParams = {
40
- @WebInitParam(name = "maxThreads", value = "512"),
+ @WebInitParam(name = "maxThreads", value = "1024"),
41
@WebInitParam(name = "timeout", value = "300000"),
42
@WebInitParam(name = "idleTimeout", value = "300000")
43
}
0 commit comments