This is an automated email from the ASF dual-hosted git repository.
mdeuser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new c8b44e8 Bump max open requests configuration value (#3724)
c8b44e8 is described below
commit c8b44e82424ced0ca9bd8131532ae1917037ceac
Author: James Dubee <[email protected]>
AuthorDate: Mon Jun 4 13:23:03 2018 -0400
Bump max open requests configuration value (#3724)
---
common/scala/src/main/resources/application.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/scala/src/main/resources/application.conf
b/common/scala/src/main/resources/application.conf
index c61a60c..feaa960 100644
--- a/common/scala/src/main/resources/application.conf
+++ b/common/scala/src/main/resources/application.conf
@@ -12,7 +12,7 @@ akka.http {
host-connection-pool {
max-connections = 128
- max-open-requests = 512
+ max-open-requests = 1024
}
}
--
To stop receiving notification emails like this one, please contact
[email protected].