We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf532c commit 0de2c6fCopy full SHA for 0de2c6f
hoprd.cfg.yaml
@@ -9,12 +9,13 @@ hopr:
9
allow_recursive: true
10
strategies:
11
- !Aggregating
12
- aggregation_threshold: 300
+ aggregation_threshold: 100
13
unrealized_balance_ratio: 0.9
14
aggregate_on_channel_close: true
15
- !AutoRedeeming
16
redeem_only_aggregated: true
17
- on_close_redeem_single_tickets_value_min: "2000000000000000000 HOPR"
+ on_close_redeem_single_tickets_value_min: "90000000000000000 HOPR"
18
+ minimum_redeem_ticket_value: "30000000000000000000 HOPR"
19
- !ClosureFinalizer
20
max_closure_overdue: 3600
21
network_options:
@@ -29,12 +30,8 @@ hopr:
29
30
backoff_min: 2.0
31
backoff_max: 300.0
32
protocol:
- ack:
33
- timeout: 15
34
heartbeat:
35
timeout: 15
36
- msg:
37
38
ticket_aggregation:
39
40
chain:
0 commit comments