Shorten consensus log events

This commit is contained in:
Jae Kwon
2015-12-09 17:09:06 -08:00
parent f534410e57
commit ab1e8a35c6
4 changed files with 9 additions and 5 deletions

View File

@ -49,7 +49,7 @@ func main() {
if i%1000 == 0 {
fmt.Println(i)
}
time.Sleep(time.Microsecond * 1)
time.Sleep(time.Microsecond * 250)
}
ws.Stop()