mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-05 18:24:06 +00:00
Add support for setting max idle http pool size
This commit is contained in:
@@ -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.
|
||||
##
|
||||
|
Reference in New Issue
Block a user