From 3487c9b5c41f4b4f48da500bed9afcc0a855c847 Mon Sep 17 00:00:00 2001 From: harisang Date: Thu, 30 May 2024 10:41:57 +0300 Subject: [PATCH] increase buffer value test threshold --- src/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index e9302ef..0b656da 100644 --- a/src/constants.py +++ b/src/constants.py @@ -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