Skip to content

Commit

Permalink
chore: bump request phone code ip rate limits (#3247)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored Sep 20, 2023
1 parent 5236680 commit da53b89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion galoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ rateLimits:
duration: 3600
blockDuration: 10800
requestCodePerIp:
points: 8
points: 16
duration: 3600
blockDuration: 86400
failedLoginAttemptPerLoginIdentifier:
Expand Down
2 changes: 1 addition & 1 deletion src/config/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export const configSchema = {
blockDuration: 10800,
},
requestCodePerIp: {
points: 8,
points: 16,
duration: 3600,
blockDuration: 86400,
},
Expand Down

0 comments on commit da53b89

Please sign in to comment.