mirror of https://github.com/docker/docs.git
Add fixme related to timeout/heartbeat issue
Signed-off-by: Alexandre Beslic <abronan@docker.com>
This commit is contained in:
parent
403f95f86c
commit
6b0b82cddc
|
|
@ -82,6 +82,7 @@ func Run() {
|
||||||
log.Fatalf("discovery required to list a cluster. See '%s list --help'.", c.App.Name)
|
log.Fatalf("discovery required to list a cluster. See '%s list --help'.", c.App.Name)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME Add and use separate timeout flag instead of forcing it
|
||||||
d, err := discovery.New(dflag, 10)
|
d, err := discovery.New(dflag, 10)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue