cmd/rv/main.go: sleeping at end of complete iteration in main loop

This commit is contained in:
Saxon 2020-01-28 10:29:40 +10:30
parent d5b28f20c8
commit 10a8c70e6d
1 changed files with 2 additions and 0 deletions

View File

@ -192,6 +192,8 @@ func run(rv *revid.Revid, ns *netsender.Sender, l *logger.Logger, nl *netlogger.
} }
ns.SetMode(modePaused, &vs) ns.SetMode(modePaused, &vs)
} }
sleep(ns, l)
} }
} }