lnrpc: format protos
This commit is contained in:
parent
3ad8b86bac
commit
0227aaab1f
@ -399,9 +399,9 @@ message MissionControlConfig {
|
|||||||
uint64 half_life_seconds = 1;
|
uint64 half_life_seconds = 1;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
The probability of success mission control should assign to hop in a route
|
The probability of success mission control should assign to hop in a route
|
||||||
where it has no other information available. Higher values will make mission
|
where it has no other information available. Higher values will make mission
|
||||||
control more willing to try hops that we have no information about, lower
|
control more willing to try hops that we have no information about, lower
|
||||||
values will discourage trying these hops.
|
values will discourage trying these hops.
|
||||||
*/
|
*/
|
||||||
float hop_probability = 2;
|
float hop_probability = 2;
|
||||||
|
@ -1114,7 +1114,7 @@
|
|||||||
"hop_probability": {
|
"hop_probability": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"format": "float",
|
"format": "float",
|
||||||
"description": "The probability of success mission control should assign to hop in a route \nwhere it has no other information available. Higher values will make mission \ncontrol more willing to try hops that we have no information about, lower \nvalues will discourage trying these hops."
|
"description": "The probability of success mission control should assign to hop in a route\nwhere it has no other information available. Higher values will make mission\ncontrol more willing to try hops that we have no information about, lower\nvalues will discourage trying these hops."
|
||||||
},
|
},
|
||||||
"weight": {
|
"weight": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
|
Loading…
Reference in New Issue
Block a user