Skip to content

Commit

Permalink
Increase buffer value test threshold (#110)
Browse files Browse the repository at this point in the history
This PR increases the threshold for alerts in the buffers value test.
The test is meant mostly as a monitoring/logging test so having a
relatively low value doesn't make much sense.
  • Loading branch information
harisang authored Jun 2, 2024
1 parent 03427a7 commit 66841a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
BUFFER_INTERVAL = 150

# threshold of value of buffers above which an alert is generated
BUFFERS_VALUE_USD_THRESHOLD = 200000
BUFFERS_VALUE_USD_THRESHOLD = 400000

# threshold parameter to generate an alert when receiving kickbacks
KICKBACKS_ALERT_THRESHOLD = 0.5
Expand Down

0 comments on commit 66841a8

Please sign in to comment.