We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ad140 commit 508b705Copy full SHA for 508b705
1 file changed
README.md
@@ -145,8 +145,9 @@ The circuit breaker provides automatic failover when the primary captcha provide
145
- Self-contained (no external dependencies)
146
147
**Configuration:**
148
-- Circuit breaker is **enabled by default** with `periodSeconds: 30` and `failureThreshold: 3`
149
-- To disable: set both `periodSeconds: 0` and `failureThreshold: 0`
+- Circuit breaker is enabled by setting two config settings: `periodSeconds` and `failureThreshold`
+ - e.g. `periodSeconds: 30` and `failureThreshold: 3`
150
+- To disable: set both `periodSeconds: 0` and `failureThreshold: 0` (the default config)
151
- The `poj` provider can also be used directly as the primary provider (no circuit breaker needed)
152
153
### Good Bots
0 commit comments