app-cloudep-product-service/pkg/domain/const.go

9 lines
142 B
Go
Raw Normal View History

2025-03-17 02:08:22 +00:00
package domain
import "time"
const (
DefaultSingleFlyCacheTimeout = 60 * time.Second
DefaultFindDataNotFoundTimeout = 5 * time.Second
)