feat: add tentative "CC slowness fix" feature

This is an urgent addition to help fix a CC issue.

Related to
https://groups.google.com/g/twpowertools-discuss/c/RUr7249IBuQ.

Change-Id: I3d40b70fb71b31f0b47c5f04ee20f440e49f2029
diff --git a/src/common/optionsPrototype.ts b/src/common/optionsPrototype.ts
index 58ad899..620158b 100644
--- a/src/common/optionsPrototype.ts
+++ b/src/common/optionsPrototype.ts
@@ -163,6 +163,11 @@
     context: "options",
     killSwitchType: "option",
   },
+  fixpekb269560789: {
+    defaultValue: true,
+    context: "options",
+    killSwitchType: "option",
+  },
 
   // Experiments:
   workflows: {