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 configures the number of IO threads available for asynchronous HTTP operations, impacting how efficiently requests are handled. |
| What area does it affect? |
Async HTTP client framework |
| What does the default mean? |
The default value is "1", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when optimizing async client performance or troubleshooting related issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.http.async.io_thread_count |
| Sys ID |
4afa7973ff001210dc3df10303cb1478 |
| Type |
integer |
| Application |
Global |
| Default value |
1 |
| Description |
Increases the number of IO threads for the async client. Minimum value of 1 and a maximum value of 10. This property requires a node restart to take effect. Exercise caution while updating values of this property as it can have impact to the overall health of the async http client framework. |
| Updated |
2024-08-22 18:14:50 |
Related properties