Merge branch 'configurable-max-request-line-size'

From https://github.com/iv-org/invidious/pull/5394
This commit is contained in:
Fijxu
2025-11-21 00:17:12 -03:00
3 changed files with 21 additions and 0 deletions

View File

@@ -193,6 +193,8 @@ class Config
property host_binding : String = "0.0.0.0"
# Path and permissions to make Invidious listen on a UNIX socket instead of a TCP port
property socket_binding : SocketBindingConfig? = nil
# Maximum size of request line (in bytes), increase if you get 414 errors with long URLs
property max_request_line_size : Int32? = nil
# Pool size for HTTP requests to youtube.com and ytimg.com (each domain has a separate pool of `pool_size`)
property pool_size : Int32 = 100
# HTTP Proxy configuration