Skip to content

Commit ba5c26c

Browse files
committed
it never happened
1 parent a0c6eef commit ba5c26c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Refresh.Interfaces.APIv3/Endpoints/AuthenticationApiEndpoints.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,11 @@ public ApiOkResponse RevokeThisToken(RequestContext context, GameDatabaseContext
203203
}
204204

205205
private const int IpVerificationTimeoutDuration = 300;
206-
private const int IpVerificationListAmount = 250;
207-
private const int IpVerificationActionAmount = 10;
206+
private const int IpVerificationListAmount = 12;
207+
private const int IpVerificationActionAmount = 18;
208208
private const int IpVerificationBlockDuration = 300;
209-
private const string IpVerificationListBucket = "score";
210-
private const string IpVerificationActionBucket = "score-submission";
209+
private const string IpVerificationListBucket = "ip-verification-list";
210+
private const string IpVerificationActionBucket = "ip-verification-action";
211211

212212
// IP Verification
213213
[ApiV3Endpoint("verificationRequests"), MinimumRole(GameUserRole.Restricted)]

0 commit comments

Comments
 (0)