Carte runs on a Jetty server. You do not need to do anything to configure the Jetty server for Carte to work. But if you want to make changes to the default connection parameters, complete the steps in one of the subsections that follow.
Jetty Server Parameters
Definition
acceptors
The number of thread dedicated to accepting incoming connections. The number of acceptors should be below or equal to the number of CPUs.
acceptQueueSize
Number of connection requests that can be queued up before the operating system starts to send rejections.
lowResourcesMaxIdleTime
This allows the server to rapidly close idle connections in order to gracefully handle high load situations.