Skip to content

Commit 72682f1

Browse files
committed
chore(test): Reduce timestamp_buffer_secs window
1 parent b11e926 commit 72682f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/indexer-service/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ max_amount_willing_to_lose_grt = 1000
3434
[tap.rav_request]
3535
# Set a lower timestamp buffer threshold
3636
# for testing purposes
37-
timestamp_buffer_secs = 60
37+
timestamp_buffer_secs = 30
3838
# The trigger value divisor is used to calculate the trigger value for the RAV request.
3939
# using the formula:
4040
# trigger_value = max_amount_willing_to_lose_grt / trigger_value_divisor

contrib/tap-agent/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ max_amount_willing_to_lose_grt = 1000
3434
[tap.rav_request]
3535
# Set a lower timestamp buffer threshold
3636
# for testing purposes
37-
timestamp_buffer_secs = 60
37+
timestamp_buffer_secs = 30
3838
# The trigger value divisor is used to calculate the trigger value for the RAV request.
3939
# using the formula:
4040
# trigger_value = max_amount_willing_to_lose_grt / trigger_value_divisor

0 commit comments

Comments
 (0)