const MAX_CLOUDFLARE_RETRIES: u32 = 5;
Maximum number of times a single address is retried through a transient Cloudflare block before we give up on it. Bounded so a persistent block can’t loop forever.