Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 689 Bytes

WebSettings.md

File metadata and controls

13 lines (9 loc) · 689 Bytes

WebSettings

Properties

Name Type Description Notes
max_threads int The maximum number of request handling threads. [optional]
min_threads int The minimum number of request handling threads. [optional]
port int The port the web server is accepting requests. [optional]
session_timeout str Session timeout duration, in ISO 8601 format. For example: `"PT10M"`. [optional]

[Back to Model list] [Back to API list] [Back to README]