DEFAULT_HYPERSYNC_MAX_NUM_RETRIES

Documentation for eth_defi.hypersync.session.DEFAULT_HYPERSYNC_MAX_NUM_RETRIES data.

DEFAULT_HYPERSYNC_MAX_NUM_RETRIES = 0

Disable internal Rust client retries so that 429 errors surface immediately to Python-side retry logic with proper backoff and durable progress saves. The Rust client’s internal retries are invisible to our rate limiter and waste API quota on tight loops.