From 1791f67e88151886b87c692234e6c504be621d45 Mon Sep 17 00:00:00 2001 From: Borna Vincek Date: Fri, 29 Mar 2024 12:30:13 +0100 Subject: [PATCH] Changed the description to the second approach --- content/en/docs/demo/feature-flags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/demo/feature-flags.md b/content/en/docs/demo/feature-flags.md index 17b282e06e81..4c67c1913f26 100644 --- a/content/en/docs/demo/feature-flags.md +++ b/content/en/docs/demo/feature-flags.md @@ -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