Additional properties of embedded HTTP server

With embedded HTTP server, you have a few additional properties within executor section, which you can pass to adjust this HTTP server.

executor

Name of the subsection

threads
This property is used to configure the number of threads used to handle HTTP requests, ie. 10
request-timeout
Property used to set timeout for processing a single HTTP request (in milliseconds), ie. 30000
accept-timeout
Property used to set timeout for reading HTTP request headers (in milliseconds), ie. 2000