mirror of
https://github.com/markqvist/LXMF.git
synced 2025-12-15 00:19:16 -05:00
Adjusted default max peering cost
This commit is contained in:
parent
bc3f4ecff5
commit
0b067914ea
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ class LXMRouter:
|
|||
ROTATION_AR_MAX = 0.5
|
||||
|
||||
PEERING_COST = 18
|
||||
MAX_PEERING_COST = 24
|
||||
MAX_PEERING_COST = 26
|
||||
PROPAGATION_COST_MIN = 13
|
||||
PROPAGATION_COST_FLEX = 3
|
||||
PROPAGATION_COST = 16
|
||||
|
|
|
|||
|
|
@ -1023,7 +1023,7 @@ autopeer_maxdepth = 4
|
|||
# more computation time during initial peering
|
||||
# when generating the peering key.
|
||||
|
||||
# remote_peering_cost_max = 24
|
||||
# remote_peering_cost_max = 26
|
||||
|
||||
# You can tell the LXMF message router to
|
||||
# prioritise storage for one or more
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue