Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 21fe4fc

Browse files
authored
Merge pull request #305 from jetty-project/async-support-302
Configurable stop time #302
2 parents af086ec + ef87bba commit 21fe4fc

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

jetty9-base/src/main/jetty-base/etc/gae.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,8 @@
7171
</Arg>
7272
</Call>
7373
</Ref>
74+
75+
<!-- TODO remove when this has been added to jetty.xml -->
76+
<Set name="stopTimeout"><Property name="jetty.server.stopTimeout" default="30000"/></Set>
77+
7478
</Configure>

jetty9-base/src/main/jetty-base/modules/gae.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ jetty.httpConfig.sendDateHeader=false
2525
2626
#gae.httpPort=80
2727
#gae.httpsPort=443
28+
29+
#jetty.server.stopTimeout=30000

jetty9-compat-base/src/main/jetty-base/etc/gae.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,8 @@
103103
</Arg>
104104
</Call>
105105
</Ref>
106+
107+
<!-- TODO remove when this has been added to jetty.xml -->
108+
<Set name="stopTimeout"><Property name="jetty.server.stopTimeout" default="30000"/></Set>
109+
106110
</Configure>

jetty9-compat-base/src/main/jetty-base/modules/gae.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jetty.httpConfig.requestHeaderSize=8192
3939
jetty.httpConfig.responseHeaderSize=8192
4040
jetty.httpConfig.sendServerVersion=true
4141
jetty.httpConfig.sendDateHeader=false
42+
jetty.server.stopTimeout=30000
4243
jetty.server.dumpAfterStart=false
4344
jetty.server.dumpBeforeStop=false
4445
jetty.httpConfig.delayDispatchUntilContent=false

0 commit comments

Comments
 (0)