Add RESPONSE_MAX_GRACE_TIME constant to resource.go for enhanced timeout management

This commit is contained in:
2025-12-01 20:01:54 -06:00
parent e83bc31ccc
commit f513c6abcd

View File

@@ -58,6 +58,7 @@ const (
PROCESSING_GRACE = 1.0
RETRY_GRACE_TIME = 0.25
PER_RETRY_DELAY = 0.5
RESPONSE_MAX_GRACE_TIME = 10.0
)
type Resource struct {