You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by do...@apache.org on 2017/06/21 00:03:31 UTC

incubator-predictionio git commit: [PIO-95] Extend request timeout for REST API

Repository: incubator-predictionio
Updated Branches:
  refs/heads/develop 914c74311 -> 4b10fa5db


[PIO-95] Extend request timeout for REST API

Closes #394


Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/4b10fa5d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/4b10fa5d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/4b10fa5d

Branch: refs/heads/develop
Commit: 4b10fa5db3cc66a6c297b3c14d619a6428da3113
Parents: 914c743
Author: Mars Hall <ma...@heroku.com>
Authored: Tue Jun 20 17:03:04 2017 -0700
Committer: Donald Szeto <do...@apache.org>
Committed: Tue Jun 20 17:03:04 2017 -0700

----------------------------------------------------------------------
 common/src/main/resources/application.conf | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/4b10fa5d/common/src/main/resources/application.conf
----------------------------------------------------------------------
diff --git a/common/src/main/resources/application.conf b/common/src/main/resources/application.conf
index cccab96..c47d909 100644
--- a/common/src/main/resources/application.conf
+++ b/common/src/main/resources/application.conf
@@ -7,5 +7,6 @@ akka {
 spray.can {
   server {
     verbose-error-messages = "on"
+    request-timeout = 35s
   }
 }