Add fixme related to timeout/heartbeat issue

Signed-off-by: Alexandre Beslic <abronan@docker.com>
This commit is contained in:
Alexandre Beslic 2015-05-12 14:41:09 -07:00
parent 403f95f86c
commit 6b0b82cddc
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ func Run() {
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)
if err != nil {
log.Fatal(err)