Skip to content
Snippets Groups Projects
Commit 2545b5fc authored by Luca Moser's avatar Luca Moser
Browse files

change FPC's default port

parent 861783f5
Branches
Tags
No related merge requests found
...@@ -13,5 +13,5 @@ const ( ...@@ -13,5 +13,5 @@ const (
func init() { func init() {
flag.Int(CfgFPCQuerySampleSize, 3, "Size of the voting quorum (k)") flag.Int(CfgFPCQuerySampleSize, 3, "Size of the voting quorum (k)")
flag.Int(CfgFPCRoundInterval, 5, "FPC round interval [s]") flag.Int(CfgFPCRoundInterval, 5, "FPC round interval [s]")
flag.String(CfgFPCBindAddress, "0.0.0.0:14636", "the bind address on which the FPC vote server binds to") flag.String(CfgFPCBindAddress, "0.0.0.0:10895", "the bind address on which the FPC vote server binds to")
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment