circuitBreakerThreshold property
final
Number of consecutive failures before the "Circuit Breaker" opens.
When the circuit breaker is 'Open', the engine stops sending probes to save resources and battery, assuming the network is definitely down. Set to 0 to disable.
Implementation
final int circuitBreakerThreshold;