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) defaultAntsPool, _ = NewPool(DefaultAntsPoolSize)
) )
const ( const nowTimeUpdateInterval = 500 * time.Millisecond
nowTimeUpdateInterval = 500 * time.Millisecond
releaseTimeoutCount = 10
)
// Logger is used for logging formatted messages. // Logger is used for logging formatted messages.
type Logger interface { type Logger interface {