@@ -16,7 +16,7 @@ namespace Api.Controllers;
|
||||
/// </summary>
|
||||
[ApiController]
|
||||
[Route("api/cv-matcher")]
|
||||
[EnableRateLimiting("cv-matcher")]
|
||||
[EnableRateLimiting("CvMatcher")]
|
||||
public sealed class CvMatcherController : ControllerBase
|
||||
{
|
||||
private readonly ICvMatcherApi _cvApi;
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
"QueueLimit": 0,
|
||||
"AutoReplenishment": true
|
||||
},
|
||||
"cv-matcher": {
|
||||
"CvMatcher": {
|
||||
"PermitLimit": 10,
|
||||
"Window": "00:10:00",
|
||||
"QueueLimit": 0,
|
||||
|
||||
Reference in New Issue
Block a user