validate incoming cid's

This commit is contained in:
azyges
2025-10-01 08:41:56 +09:00
parent ed13ee8921
commit d2dabddeb7
4 changed files with 54 additions and 8 deletions

View File

@@ -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;