converger: Rewrite the converger module
I found a deadlock in the converger code, and I realized the code was sufficiently bad that it needed a good clean up.
This commit is contained in:
@@ -104,7 +104,7 @@ func CLI(program, version string, flags Flags) error {
|
||||
Value: "",
|
||||
Usage: "graphviz filter to use",
|
||||
},
|
||||
cli.IntFlag{
|
||||
cli.Int64Flag{
|
||||
Name: "converged-timeout, t",
|
||||
Value: -1,
|
||||
Usage: "after approximately this many seconds without activity, we're considered to be in a converged state",
|
||||
|
||||
Reference in New Issue
Block a user