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)