Skip to content

Commit

Permalink
add indexes-memory-budget to config parsing tables
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Apr 18, 2024
1 parent a6f802a commit 0d7c09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asconfig/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ func isSizeOrTime(key string) (bool, humanize) {
"stop-writes-count", "stop-writes-size",
"mounts-budget", "data-size",
"quarantine-allocations", "flush-size",
"post-write-cache":
"post-write-cache", "indexes-memory-budget":
return true, deHumanizeSize

default:
Expand Down

0 comments on commit 0d7c09d

Please sign in to comment.