fix: extend read deadline wait

This commit is contained in:
2025-09-30 13:13:29 +07:00
parent cf63683c9c
commit 8a11ce0103

View File

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