mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Reduce rate limit window for dice
This commit is contained in:
@@ -23,7 +23,7 @@ public class DiceCommand : ICommand
|
|||||||
public RateLimitOptionsModel? RateLimitOptions => new()
|
public RateLimitOptionsModel? RateLimitOptions => new()
|
||||||
{
|
{
|
||||||
MaxInvocations = 3,
|
MaxInvocations = 3,
|
||||||
Window = TimeSpan.FromSeconds(30)
|
Window = TimeSpan.FromSeconds(15)
|
||||||
};
|
};
|
||||||
|
|
||||||
private static double _houseEdge = 0.05; // house edge hack? are we doing perfect 50/50 games?
|
private static double _houseEdge = 0.05; // house edge hack? are we doing perfect 50/50 games?
|
||||||
|
|||||||
Reference in New Issue
Block a user