chore: remove the unused constant of releaseTimeoutCount

This commit is contained in:
Andy Pan 2024-06-18 01:09:42 +08:00
parent 15e896153d
commit 1933478e2e
1 changed files with 1 additions and 4 deletions

View File

@ -96,10 +96,7 @@ var (
defaultAntsPool, _ = NewPool(DefaultAntsPoolSize)
)
const (
nowTimeUpdateInterval = 500 * time.Millisecond
releaseTimeoutCount = 10
)
const nowTimeUpdateInterval = 500 * time.Millisecond
// Logger is used for logging formatted messages.
type Logger interface {