mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
fix(fuse): revert maxWrite constant to 128kB.
close:#1000511705 Signed-off-by: Victor1319 <zengxuewei@oppo.com>
This commit is contained in:
parent
81643df8cb
commit
0424ada0fc
@ -4,5 +4,6 @@ package fuse
|
|||||||
//
|
//
|
||||||
// Linux 4.2.0 has been observed to cap this value at 128kB
|
// Linux 4.2.0 has been observed to cap this value at 128kB
|
||||||
// (FUSE_MAX_PAGES_PER_REQ=32, 4kB pages).
|
// (FUSE_MAX_PAGES_PER_REQ=32, 4kB pages).
|
||||||
// const maxWrite = 128 * 1024
|
const maxWrite = 128 * 1024
|
||||||
const maxWrite = 128 * 1024 * 2
|
|
||||||
|
// const maxWrite = 128 * 1024 * 2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user