Skip to content

Commit

Permalink
add ref
Browse files Browse the repository at this point in the history
  • Loading branch information
mageddo committed Nov 7, 2024
1 parent f4339c8 commit 5a099b3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/content/3-configuration/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,15 +192,17 @@ __Version 2__
"dockerSolverHostMachineFallbackActive": true,
"solverRemote" : {
"circuitBreaker" : {
"failureThreshold" : 3, // how many attempts before open the circuit?
"failureThresholdCapacity" : 10, // how many attempts store to the stack?
"successThreshold" : 5, // how many attempts before close the circuit?
"testDelay" : "PT20S" // how many time to wait before test the circuit again?, see https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html#toString-- for format explanation
"failureThreshold" : 3,
"failureThresholdCapacity" : 10,
"successThreshold" : 5,
"testDelay" : "PT20S"
}
}
}
```

* [Solver remote circuit breaker configuration][3]

## Environment variable configuration

Boolean values
Expand All @@ -221,3 +223,4 @@ $ docker run defreitas/dns-proxy-server --help

[1]: {{%relref "2-features/auto-configuration-as-default-dns/_index.md" %}}
[2]: {{%relref "2-features/local-entries/_index.md" %}}
[3]: {{%relref "2-features/remote-solver-circuitbreaker/_index.en.md" %}}

0 comments on commit 5a099b3

Please sign in to comment.