Allow for change of update frequency for watching node status
This commit is contained in:
@@ -103,7 +103,7 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
|
||||
if elipsis {
|
||||
fmt.Printf("... ")
|
||||
}
|
||||
time.Sleep(1000 * time.Millisecond)
|
||||
time.Sleep(time.Duration(SetUpdate) * time.Millisecond)
|
||||
} else {
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user