Add support for setting max idle http pool size

This commit is contained in:
syeopite
2025-04-09 13:07:01 -07:00
parent 81ca831439
commit c2ede1d2a5
4 changed files with 63 additions and 13 deletions

View File

@@ -206,7 +206,7 @@ https_only: false
#disable_proxy: false
##
## Size of the HTTP pool used to connect to youtube. Each
## Max size of the HTTP pool used to connect to youtube. Each
## domain ('youtube.com', 'ytimg.com', ...) has its own pool.
##
## Accepted values: a positive integer
@@ -215,6 +215,19 @@ https_only: false
#pool_size: 100
##
## Idle size of the HTTP pool used to connect to youtube. Each
## domain ('youtube.com', 'ytimg.com', ...) has its own pool.
##
## When unset this value has the same value as pool_size
##
## Accepted values: a positive integer
## Default: <none> (internally this means that it has the same value as pool_size)
##
#idle pool_size: 100
##
## Additional cookies to be sent when requesting the youtube API.
##