mirror of
https://github.com/KDE/kde-linux.git
synced 2026-06-03 13:21:42 -04:00
Correct typo in zram generator
No whitespace here!
This commit is contained in:
@@ -8,4 +8,4 @@ zram-size = ram * 2
|
||||
# lz4 has the best performance, at the cost of worse compression compared to
|
||||
# zstd, but we mitigate this problem with a large zram size, but fall back
|
||||
# to zstd for any huge pages that lz4 couldn't compress
|
||||
compression-algorithm = lz4 zstd (type=huge)
|
||||
compression-algorithm = lz4 zstd(type=huge)
|
||||
|
||||
Reference in New Issue
Block a user