Merge pull request #7691 from lafirest/fix/limiter_schema
fix(limiter): change 'bucket name' to 'bucket_name'
This commit is contained in:
commit
597bdcd4aa
|
@ -161,7 +161,7 @@ fields(limiter_opts) ->
|
||||||
" 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"})}
|
||||||
];
|
];
|
||||||
fields(bucket_opts) ->
|
fields(bucket_opts) ->
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue