Unstable 0.17.5.0
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Barotrauma
|
||||
private struct RateLimitInfo
|
||||
{
|
||||
public int Requests;
|
||||
public const int MaxRequests = 5;
|
||||
public const int MaxRequests = 10;
|
||||
public DateTimeOffset Expiry;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user