validate incoming cid's
This commit is contained in:
@@ -8,7 +8,7 @@ public class BroadcastOptions
|
||||
public string RedisKeyPrefix { get; set; } = "broadcast:";
|
||||
|
||||
[Range(1, int.MaxValue)]
|
||||
public int EntryTtlSeconds { get; set; } = 300;
|
||||
public int EntryTtlSeconds { get; set; } = 10800;
|
||||
|
||||
[Range(1, int.MaxValue)]
|
||||
public int MaxStatusBatchSize { get; set; } = 30;
|
||||
|
||||
Reference in New Issue
Block a user