Skip to content

Commit

Permalink
min is apparently -7
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Dec 6, 2024
1 parent 65402bf commit bcb849f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ custom_slogan = ""
[backups]
compress_cache = true
cache_backup_limit = 10000
zstd_level = 1 # compression level, 1 (best performance) - 22 (best compression)
zstd_level = 1 # compression level, -7 (best performance) - 22 (best compression). 1 is recommended.
zstd_chunk_size = 4194304 # 4MB chunk size (4 * 1024 * 1024)
zstd_threads = -1 # thread count, -1 (auto) or 1+ (manual thread count)
periodic_backup = 0
Expand Down

0 comments on commit bcb849f

Please sign in to comment.