Skip to content

Commit fdcd493

Browse files
committed
Docs: add documentation for --threads
1 parent 3de5a3c commit fdcd493

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Alternatively, you can set `--allow-all-types` / `CAMO_ALLOW_ALL_TYPES` (default
2222
- `--header-via` / `CAMO_HEADER_VIA` - The string used to identify this `camo-rs` instance in upstream requests. (default: `camo-rs asset proxy (+https://github.com/denschub/camo-rs)`)
2323
- `--length-limit` / `CAMO_LENGTH_LIMIT` - The maximum `content-length` proxied by `camo-rs`. (default: `52428800` (50 MiB))
2424
- `--listen` / `CAMO_LISTEN` - IP and Port this application should listen on. (default: `[::]:8081`)
25+
- `--threads` / `CAMO_THREADS` - The number of worker threads to use. (default: the number of available CPU cores)
2526
- `--upstream-timeout` / `CAMO_UPSTREAM_TIMEOUT` - The number of seconds to wait for an upstream response. (default: `10`)
2627

2728
## Logging

0 commit comments

Comments
 (0)