mirror of
https://github.com/facebook/zstd.git
synced 2025-10-04 00:02:33 -04:00
add a section on restricted support of environment variables to README.md
This commit is contained in:
parent
26a9ae3f5f
commit
29c7d82390
@ -172,6 +172,10 @@ Benchmark arguments :
|
||||
--priority=rt : set process priority to real-time
|
||||
```
|
||||
|
||||
#### Restricted usage of Environment Variables
|
||||
Using environment variables to set compression/decompression parameters has security implications. Therefore,
|
||||
we intentionally restrict its usage. Currently, only `ZSTD_CLEVEL` is supported for setting compression level.
|
||||
If the value of `ZSTD_CLEVEL` is not a valid integer, it will be ignored with a warning message.
|
||||
|
||||
#### Long distance matching mode
|
||||
The long distance matching mode, enabled with `--long`, is designed to improve
|
||||
|
Loading…
x
Reference in New Issue
Block a user