Skip to content

Values not updated when using setmccfg command #8287

Closed Answered by microlancer
microlancer asked this question in Troubleshooting
Discussion options

You must be logged in to vote

Nevermind, I needed the --estimator parameter. Would be nice to get a reminder or something in an error message if it's not supplied.

prod:/# lncli setmccfg --apriorihalflife 86400s --aprioriweight 0.95 --failrelax 86400s --aprioricapacityfraction 0.9999 --apriorihopprob 0.6 --estimator apriori
prod:/# lncli getmccfg
{
    "config":  {
        "half_life_seconds":  "86400",
        "hop_probability":  0.6,
        "weight":  0.95,
        "maximum_payment_results":  1000,
        "minimum_failure_relax_interval":  "86400",
        "model":  "APRIORI",
        "apriori":  {
            "half_life_seconds":  "86400",
            "hop_probability":  0.6,
            "weight":  0.95,
        …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by microlancer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant