0.24.0-rc1

This commit is contained in:
Junegunn Choi
2020-10-27 01:46:43 +09:00
parent 607081bbaa
commit 552414978e
16 changed files with 144 additions and 164 deletions

View File

@@ -9,9 +9,6 @@ import (
)
const (
// Current version
version = "0.24.0"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond
coordinatorDelayStep time.Duration = 10 * time.Millisecond