Skip to content

Commit

Permalink
Support server 7.2 configs (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-spiker authored Sep 6, 2024
1 parent f70b1a5 commit 6e4a291
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 @@ -741,7 +741,7 @@ func isSizeOrTime(key string) (bool, humanize) {
switch key {
case "default-ttl", "max-ttl", "tomb-raider-eligible-age",
"tomb-raider-period", "nsup-period", "migrate-fill-delay",
"tls-refresh-period":
"tls-refresh-period", "skip-versions-within":
return true, deHumanizeTime

case "memory-size", "filesize", "write-block-size",
Expand Down

0 comments on commit 6e4a291

Please sign in to comment.