Add Endpoints to change single requestlimit

This commit is contained in:
2025-03-08 18:46:35 +01:00
parent 0af83f2fd0
commit ef87e02d0b
2 changed files with 32 additions and 2 deletions

View File

@ -111,7 +111,7 @@ public static class TrangaSettings
ExportSettings();
}
public static void UpdateRateLimit(RequestType requestType, int newLimit)
public static void UpdateRequestLimit(RequestType requestType, int newLimit)
{
requestLimits[requestType] = newLimit;
ExportSettings();