mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +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