Skip to content

Commit

Permalink
come on now
Browse files Browse the repository at this point in the history
  • Loading branch information
tipsy committed Nov 2, 2024
1 parent d9fa3da commit a683db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,7 @@ If you want graceful shutdown, you can configure the server using the `modifySer

{% capture java %}
Javalin.create(config -> {
config.modifyServer(server -> server.setStopTimeout(5_000)); // wait 5 seconds for existing requests to finish
config.jetty.modifyServer(server -> server.setStopTimeout(5_000)); // wait 5 seconds for existing requests to finish
});
{% endcapture %}
{% capture kotlin %}
Expand Down

0 comments on commit a683db1

Please sign in to comment.