mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 22:44:24 +00:00
Shorten consensus log events
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user