Skip to content

Commit 0de2c6f

Browse files
Modify config file (#3)
* Modify config-file * Remove msg
1 parent 5cf532c commit 0de2c6f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

hoprd.cfg.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ hopr:
99
allow_recursive: true
1010
strategies:
1111
- !Aggregating
12-
aggregation_threshold: 300
12+
aggregation_threshold: 100
1313
unrealized_balance_ratio: 0.9
1414
aggregate_on_channel_close: true
1515
- !AutoRedeeming
1616
redeem_only_aggregated: true
17-
on_close_redeem_single_tickets_value_min: "2000000000000000000 HOPR"
17+
on_close_redeem_single_tickets_value_min: "90000000000000000 HOPR"
18+
minimum_redeem_ticket_value: "30000000000000000000 HOPR"
1819
- !ClosureFinalizer
1920
max_closure_overdue: 3600
2021
network_options:
@@ -29,12 +30,8 @@ hopr:
2930
backoff_min: 2.0
3031
backoff_max: 300.0
3132
protocol:
32-
ack:
33-
timeout: 15
3433
heartbeat:
3534
timeout: 15
36-
msg:
37-
timeout: 15
3835
ticket_aggregation:
3936
timeout: 15
4037
chain:

0 commit comments

Comments
 (0)