You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -136,7 +136,7 @@ The circuit breaker provides automatic failover when the primary captcha provide
136
136
137
137
1. **Enables a liveness probe on the captcha provider**: Periodically sends HEAD requests to the provider's JavaScript file (every `periodSeconds`, default 30s). Also records 5xx errors during server side validation.
138
138
2. **Detects failures**: Counts consecutive health check failures
139
-
3. **Opens circuit**: After `failureThreshold` consecutive failures (default 3), switches to proof-of-javascript fallback
139
+
3. **Opens circuit**: After `failureThreshold` consecutive failures, switches to proof-of-javascript fallback
140
140
4. **Falls back to PoJ**: Ensures user is loading javascript. Requires revalidating in 1hr
141
141
5. **Auto-recovery**: Automatically returns to primary provider when health checks succeed
0 commit comments