Skip to content

Commit 67a425d

Browse files
authored
Clarified that networking must be disabled
1 parent d9f6a81 commit 67a425d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/modules/ROOT/pages/09_fault-tolerance.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public interface FruityViceService {
240240
Now, if 3 (4 x 0.75) failures occur among the rolling window of 4 consecutive invocations, then the circuit is opened for 5000 ms and then will be back to half open.
241241
If the invocation succeeds, then the circuit is back to closed again.
242242

243-
Run the following command at least 5 times:
243+
Run the following command at least 5 times (without network connectivity):
244244

245245
[.console-input]
246246
[source,bash]

0 commit comments

Comments
 (0)