fix(retainer): fix spellcheck in schema
This commit is contained in:
parent
a85b31d904
commit
8e5c118562
|
@ -108,7 +108,7 @@ fields(limiter_opts) ->
|
||||||
, {burst, sc(burst_rate(),
|
, {burst, sc(burst_rate(),
|
||||||
#{default => "0/0s",
|
#{default => "0/0s",
|
||||||
desc => "The burst, This value is based on rate."
|
desc => "The burst, This value is based on rate."
|
||||||
"this value + rate = the maximum limit that can be achieved when limiter burst"
|
" This value + rate = the maximum limit that can be achieved when limiter burst"
|
||||||
})}
|
})}
|
||||||
, {bucket, sc(map("bucket name", ref(bucket_opts)), #{desc => "Buckets config"})}
|
, {bucket, sc(map("bucket name", ref(bucket_opts)), #{desc => "Buckets config"})}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue