mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-02 02:51:53 +08:00
msd: chunk_size=65536 for better performance
This commit is contained in:
@@ -27,7 +27,7 @@ kvmd:
|
|||||||
device: "/dev/kvmd-msd"
|
device: "/dev/kvmd-msd"
|
||||||
init_delay: 2.0
|
init_delay: 2.0
|
||||||
write_meta: true
|
write_meta: true
|
||||||
chunk_size: 8192
|
chunk_size: 65536
|
||||||
|
|
||||||
streamer:
|
streamer:
|
||||||
pinout:
|
pinout:
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ kvmd:
|
|||||||
device: "/dev/kvmd-msd"
|
device: "/dev/kvmd-msd"
|
||||||
init_delay: 2.0
|
init_delay: 2.0
|
||||||
write_meta: true
|
write_meta: true
|
||||||
chunk_size: 8192
|
chunk_size: 65536
|
||||||
|
|
||||||
streamer:
|
streamer:
|
||||||
pinout:
|
pinout:
|
||||||
|
|||||||
Reference in New Issue
Block a user