Select the Tsa server tab of the Configuration page to configure the below timestamping server settings.
Mandatory: No.
Read timeout
The maximum allowed period for reading an entire request, including the body. When this period expires, the request gets the following response.
Code=503,Reason=Service Unavailable
Mandatory: No. This optional value defaults to 60 seconds.
Write timeout
The maximum period allowed for writing a response. When this period expires, the request gets the following response.
Code=503,Reason=Service Unavailable
Mandatory: No. This optional value defaults to 60 seconds.
Idle timeout
The maximum period to wait for the next request when keep-alives are enabled.
Mandatory: No. This optional value defaults to 10 seconds.
Max header bytes
The maximum number of bytes allowed for keys and values in the request header, including the request line.
This value must equal or exceed 4096.
Mandatory: No. This optional value defaults to 4096.
Max body bytes
The maximum number of bytes allowed in the request body.
Mandatory: No. This optional value defaults to 8192.
Graceful timeout
The grace period before shutting down the server.
Mandatory: No. This optional value defaults to 15 seconds.
Listen limit
The maximum number of outstanding requests.
Mandatory: No. This optional value defaults to 0 (no limit).
Keep alive
The TCP keep-alive timeouts on accepted connections.
When this period expires, the server prunes dead TCP connections.
Mandatory: No. This optional value defaults to 3 minutes.