summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-10-06 15:57:22 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2022-10-06 15:57:22 +0200
commite9d2e1c3c174bb733f4420bd5f0f72311111e092 (patch)
treee403bdef2723e0dc36b895e89ff3577f599f3570 /flags
parent3cbbac35a188b578f1360ede59de6175b5d43665 (diff)
GC persistence-throttling-of-merge-feed-ops flag which has long had sane default.
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
index e067278e49c..28f91d1e53f 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -316,16 +316,6 @@ public class Flags {
"Takes effect on redeployment",
ZONE_ID, APPLICATION_ID);
- public static final UnboundBooleanFlag PERSISTENCE_THROTTLING_OF_MERGE_FEED_OPS = defineFeatureFlag(
- "persistence-throttling-of-merge-feed-ops", true,
- List.of("vekterli"), "2022-02-24", "2022-11-01",
- "If true, each put/remove contained within a merge is individually throttled as if it " +
- "were a put/remove from a client. If false, merges are throttled at a persistence thread " +
- "level, i.e. per ApplyBucketDiff message, regardless of how many document operations " +
- "are contained within. Only applies if DYNAMIC policy is used.",
- "Takes effect on redeployment",
- ZONE_ID, APPLICATION_ID);
-
public static final UnboundBooleanFlag USE_QRSERVER_SERVICE_NAME = defineFeatureFlag(
"use-qrserver-service-name", false,
List.of("arnej"), "2022-01-18", "2022-12-31",