Skip to content

Commit 78439db

Browse files
committed
test(tap): reduce amount willing to lose to improve testing
1 parent c6107f9 commit 78439db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contrib/indexer-service/start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ max_receipt_value_grt = "0.001"
9393
[tap]
9494
max_amount_willing_to_lose_grt = 1000
9595
96+
9697
[tap.rav_request]
9798
# Set a lower timestamp buffer threshold
9899
timestamp_buffer_secs = 30

contrib/tap-agent/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ serve_escrow_subgraph = false
141141
max_receipt_value_grt = "0.001"
142142
143143
[tap]
144-
max_amount_willing_to_lose_grt = 10000
144+
max_amount_willing_to_lose_grt = 1000
145145
146146
[tap.rav_request]
147147
# Set a lower timestamp buffer threshold

0 commit comments

Comments
 (0)