chore: use record for config classes
This commit is contained in:
@@ -3,7 +3,7 @@ namespace Lactose.Configuration;
|
||||
/// <summary>
|
||||
/// Configuration for rate-limit buckets applied to different API route groups.
|
||||
/// </summary>
|
||||
public class RateLimitBucketOptions {
|
||||
public record RateLimitBucketOptions {
|
||||
/// <summary>
|
||||
/// The configuration section name for rate limiting.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user