Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property specifies the maximum time allowed for a request to Docker before it times out, defaulting to 200 seconds. |
| What area does it affect? |
Docker request handling |
| What does the default mean? |
The default value is "200", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when adjusting performance settings or troubleshooting request delays. |
Out of the box property record
Raw metadata from the property record.
| Property name |
sn_atf.headless.request_timeout_sec |
| Sys ID |
8208230d777e20103fe4b5b268106126 |
| Type |
string |
| Application |
Global |
| Default value |
200 |
| Description |
The amount of time in seconds before a request to docker times out |
| Updated |
2024-05-25 04:33:54 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... button sn_atf.headless.login_page string login.do URL of login page that the browser navigates to sn_atf.headless.password_field_id string user_password The HTML ID of the input field for the password on the Login page sn_atf.headless.request_timeout_sec int 200 Number of seconds that HTTP requests being sent to the Docker host have until timeout sn_atf.headless.retry_count int 10 Number of times the instance checks for agent coming online ...
Related properties