Compare commits

..

1 Commits

Author SHA1 Message Date
8a11ce0103 fix: extend read deadline wait 2025-09-30 13:13:29 +07:00

View File

@@ -16,7 +16,7 @@ import (
const (
pingPeriod = 10 * time.Second
readDeadline = 30 * time.Second
readDeadline = 120 * time.Second
)
type SafeMap[K comparable, V any] struct {