Merge pull request #7691 from lafirest/fix/limiter_schema

fix(limiter): change 'bucket name' to 'bucket_name'
This commit is contained in:
lafirest 2022-04-21 14:51:27 +08:00 committed by GitHub
commit 597bdcd4aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ fields(limiter_opts) ->
" 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) ->
[