bootique / bootique-jetty

Provides Jetty integration with Bootique

Home Page:https://bootique.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support connector "idleTimeout" property in config

andrus opened this issue · comments

Currently idle timeout in the connector is hardcoded to be 30 * 1000. Let's make it a config property:

jetty:
    connectors:
         - port: 8080
           idleTimeout: '20s'