mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
smalller block size for better accuracy
This commit is contained in:
parent
8904bc4cde
commit
97ecd20fc9
|
@ -12,7 +12,7 @@ import (
|
|||
"time"
|
||||
)
|
||||
|
||||
const blockSize = 512
|
||||
const blockSize = 32
|
||||
|
||||
var _ = fs.Node(&File{})
|
||||
var _ = fs.NodeOpener(&File{})
|
||||
|
|
Loading…
Reference in a new issue