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:
mergwyn 2024-04-03 16:17:41 +01:00 committed by GitHub
parent b19c9847c6
commit b4def8f000
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -293,9 +293,9 @@ volume:
# same applies to "logs"
idx: ""
idx: {}
logs: ""
logs: {}
# limit background compaction or copying speed in mega bytes per second
compactionMBps: "50"