mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-24 03:23:37 +08:00
Correct type for volume logs and idx values (#5462)
Correct type for volume logs and idx values (#1) Empty values now correctly set to {}
This commit is contained in:
@@ -293,9 +293,9 @@ volume:
|
|||||||
|
|
||||||
# same applies to "logs"
|
# same applies to "logs"
|
||||||
|
|
||||||
idx: ""
|
idx: {}
|
||||||
|
|
||||||
logs: ""
|
logs: {}
|
||||||
|
|
||||||
# limit background compaction or copying speed in mega bytes per second
|
# limit background compaction or copying speed in mega bytes per second
|
||||||
compactionMBps: "50"
|
compactionMBps: "50"
|
||||||
|
Reference in New Issue
Block a user