Skip to content

Commit

Permalink
Fix: TOOLS-2979 sindex-stage-size allow as size field (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-spiker authored Oct 28, 2024
1 parent 141a52a commit 5562cfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion asconfig/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,8 @@ func isSizeOrTime(key string) (bool, humanize) {
"stop-writes-count", "stop-writes-size",
"mounts-budget", "data-size",
"quarantine-allocations", "flush-size",
"post-write-cache", "indexes-memory-budget":
"post-write-cache", "indexes-memory-budget",
"sindex-stage-size":
return true, deHumanizeSize

default:
Expand Down

0 comments on commit 5562cfa

Please sign in to comment.