Skip to content

Commit

Permalink
Change faulttimeout default to 120, move highest ask to inserted nil …
Browse files Browse the repository at this point in the history
…or time in processlist (fixed comment)
  • Loading branch information
factom-clay committed May 11, 2018
1 parent 7f3b2e5 commit 47d413a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/factomParams.go
Expand Up @@ -88,7 +88,7 @@ func ParseCmdLine(args []string) *FactomParams {
flag.StringVar(&p.StdoutLog, "stdoutlog", "", "Log stdout to a file")
flag.StringVar(&p.StderrLog, "stderrlog", "", "Log stderr to a file, optionally the same file as stdout")
flag.StringVar(&p.DebugLogRegEx, "debuglog", "", "regex to pick which logs to save")
flag.IntVar(&elections.FaultTimeout, "faulttimeout", 120, "Seconds before considering Federated servers at-fault. Default is 30.")
flag.IntVar(&elections.FaultTimeout, "faulttimeout", 120, "Seconds before considering Federated servers at-fault. Default is 120.")
flag.IntVar(&elections.RoundTimeout, "roundtimeout", 30, "Seconds before audit servers will increment rounds and volunteer.")
flag.IntVar(&p2p.NumberPeersToBroadcast, "broadcastnum", 16, "Number of peers to broadcast to in the peer to peer networking")
flag.StringVar(&p.ConfigPath, "config", "", "Override the config file location (factomd.conf)")
Expand Down

0 comments on commit 47d413a

Please sign in to comment.