Changes
Build and Push Docker Images / build (push) Successful in 30s

This commit is contained in:
2026-05-12 10:16:17 +03:00
parent ee2c2d5159
commit 0f7166c1a3
6 changed files with 47 additions and 2 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -124,7 +124,7 @@
"QueueLimit": 0,
"AutoReplenishment": true
},
"cv-matcher": {
"CvMatcher": {
"PermitLimit": 10,
"Window": "00:10:00",
"QueueLimit": 0,