Skip to content

Commit

Permalink
[πŸ“] docs: mention algo optional
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaLaboratory committed Apr 15, 2024
1 parent b606460 commit cbc9580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ schedule = [
"0 1 * * *",
]

# compress algorithm, support `zstd`
# compress algorithm, support `zstd`, optional
compress_algorithm = "zstd"
# compress level
# compress level, optional
# for zstd, see https://github.com/klauspost/compress/tree/master/zstd#compressor for more information, default 3
compress_level = 12

Expand Down

0 comments on commit cbc9580

Please sign in to comment.