Skip to content

Commit

Permalink
chore: update threshold for spam limits
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Burtey committed Jun 9, 2024
1 parent e3c7553 commit 020f88e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/api/galoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ accountLimits:
"1": 5000000
"2": 20000000
spamLimits:
memoSharingSatsThreshold: 1000
memoSharingCentsThreshold: 50
memoSharingSatsThreshold: 50
memoSharingCentsThreshold: 10
ipRecording:
enabled: false
proxyChecking:
Expand Down
4 changes: 2 additions & 2 deletions core/api/src/config/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,8 @@ export const configSchema = {
required: ["memoSharingSatsThreshold", "memoSharingCentsThreshold"],
additionalProperties: false,
default: {
memoSharingSatsThreshold: 1000,
memoSharingCentsThreshold: 50,
memoSharingSatsThreshold: 50,
memoSharingCentsThreshold: 10,
},
},
ipRecording: {
Expand Down

0 comments on commit 020f88e

Please sign in to comment.