Github user dszeto commented on a diff in the pull request:
https://github.com/apache/incubator-predictionio/pull/394#discussion_r122524115
--- Diff: common/src/main/resources/application.conf ---
@@ -9,3 +9,7 @@ spray.can {
verbose-error-messages = "on"
}
}
+
+spray.can.server {
+ request-timeout = 35s
+}
--- End diff --
@mars You can put `request-timeout` inside the block above. We don't need
to repeat `spray.can.server`. The configuration library will flatten the
hierarchical configuration key.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---