adjust weight

This commit is contained in:
Chris Lu
2026-02-26 19:46:38 -08:00
parent 09a1ace53a
commit cf3b7b3ad7
3 changed files with 3 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ func (h *ErasureCodingHandler) Capability() *plugin_pb.JobTypeCapability {
MaxExecutionConcurrency: 1,
DisplayName: "EC Encoding",
Description: "Converts full and quiet volumes into EC shards",
Weight: 80,
}
}