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
No related branches found
No related tags found
No related merge requests found
......@@ -13,5 +13,5 @@ const (
func init() {
flag.Int(CfgFPCQuerySampleSize, 3, "Size of the voting quorum (k)")
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.
Finish editing this message first!
Please register or to comment