Environment Variables - Concurrent Streams

Does anyone know what -e xxxxx I would need to use to set the max concurrent streams setting via cli?

I know you can change it via the config file, but I start the docker using the unraid docker which sets all the variables using the cli each time the container is started.

I know that the cli switches take precedence over what’s in the config file and I’m concerned that if I’m starting the container using the cli switches it will ignore any concurrent streams setting I put in the config.

It won’t ignore those settings. Whatever you don’t include in the docker run command is taken from the config file. We all have our concurrent settings set in config.yaml file too.

4 Likes