Skip to content

Commit

Permalink
Merge pull request #80 from defold/increase-idle-timeout
Browse files Browse the repository at this point in the history
Increase Jetty idle timeout 30s -> 60s
  • Loading branch information
nasthu authored Jun 13, 2018
2 parents 2cfca8b + a29eda5 commit b939835
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ spring:

server:
port: 9000
jetty:
http.timeout: 60000

extender:
sdk-location: /var/extender/sdk
Expand Down

0 comments on commit b939835

Please sign in to comment.