Skip to content

Commit 4a8e68b

Browse files
Update feature-flags.md (#5444)
1 parent fc72093 commit 4a8e68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/demo/feature-flags.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ change the `defaultVariant` value in the config file for a given flag to "on".
1818
| `adServiceFailure` | Ad Service | Generate an error for `GetAds` 1/10th of the time |
1919
| `adServiceManualGc` | Ad Service | Trigger full manual garbage collections in the ad service |
2020
| `adServiceHighCpu` | Ad Service | Trigger high cpu load in the ad service. If you want to demo cpu throttling, set cpu resource limits |
21-
| `cartServiceFailure` | Cart Service | Generate an error for `EmptyCart` 1/10th of the time |
21+
| `cartServiceFailure` | Cart Service | Generate an error whenever `EmptyCart` is called |
2222
| `productCatalogFailure` | Product Catalog | Generate an error for `GetProduct` requests with product ID: `OLJCESPC7Z` |
2323
| `recommendationServiceCacheFailure` | Recommendation | Create a memory leak due to an exponentially growing cache. 1.4x growth, 50% of requests trigger growth. |
2424
| `paymentServiceFailure` | Payment Service | Generate an error when calling the `charge` method. |

0 commit comments

Comments
 (0)