Skip to content

Commit

Permalink
Changed the description to the second approach
Browse files Browse the repository at this point in the history
  • Loading branch information
bornav committed Mar 29, 2024
1 parent d150fd7 commit 6435a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/demo/feature-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ values are stored in the `demo.flagd.json` file. To enable a flag, change the
| `recommendationServiceCacheFailure` | Recommendation | Create a memory leak due to an exponentially growing cache. 1.4x growth, 50% of requests trigger growth. |
| `paymentServiceFailure` | Payment Service | Generate an error when calling the `charge` method |
| `paymentServiceUnreachable` | Checkout Service | Use a bad address when calling the PaymentService to make it seem like the PaymentService is unavailable. |
| `loadgeneratorFloodHomepage` | Loadgenerator | Start flooding the homepage with a huge amount of requests, configurable by passing `FLOOD_COUNT` env |
| `loadgeneratorFloodHomepage` | Loadgenerator | Start flooding the homepage with a huge amount of requests, configurable by changing flagd json on state |

## Feature Flag Architecture

Expand Down

0 comments on commit 6435a0d

Please sign in to comment.