Client request settings
- Last Updated: June 18, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Use the Request Options tab to configure client request settings for Progress Application Server.
| Property | Default value | Description |
|---|---|---|
| Max POST request size (bytes) | 2097152 |
Specify the maximum size, in bytes, of a connector's POST message body. |
| Tomcat session timeout (seconds) | 1800 |
Specify the maximum amount of time, in milliseconds, that can elapse between the client HTTP requests before the client's HTTP session expires and is no longer usable |
| Max pipeline requests | 100 |
Specify the maximum number of pipelined HTTP keepalive requests before the TCP socket to the client is closed. |
| Message timeout (milliseconds) | 10000 |
Specify the maximum time, in milliseconds, to wait for async messages to complete. |
| Compression minimum size (bytes) | 2048 |
Specify the minimum size, in bytes, of message that will be compressed, in bytes. This is applicable to both HTTPS and HTTP transports. |
| Compression MIME types | text/html, text/xml, text/javascript, text/css,
application/json |
Specify a comma-separated list of MIME types that must be compressed. This is applicable to both HTTPS and HTTP transports. |