Module Config

Module Config 

Source
Expand description

Configuration constants for Vine client behavior

Constantsยง

CONNECTION_TIMEOUT_MS
Connection timeout (10 seconds)
DEFAULT_TIMEOUT_MS
Default timeout for RPC calls (5 seconds)
HEALTH_CHECK_INTERVAL_MS
Health check interval (30 seconds)
MAX_MESSAGE_SIZE_BYTES
Maximum message size for validation (4MB to match tonic default)
MAX_RETRY_ATTEMPTS
Maximum number of retry attempts for failed connections
RETRY_BASE_DELAY_MS
Base delay between retry attempts (100ms)