summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-02-02 18:55:21 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2024-02-02 18:55:21 +0100
commitf0967040b34740d8b653fe09ca20a16c0bcb4188 (patch)
tree0983a01dbd56e11a24185e376206e638c1c3774c /config-model/src/main/java
parent290bb392a1f7ec695ca9aa25a9f11935f0921150 (diff)
enable_condition_probing has been default in backend for a while. Now it is the only option.
Diffstat (limited to 'config-model/src/main/java')
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/content/DistributorCluster.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/content/DistributorCluster.java b/config-model/src/main/java/com/yahoo/vespa/model/content/DistributorCluster.java
index 465e2397d00..c182f0e0507 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/content/DistributorCluster.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/content/DistributorCluster.java
@@ -129,7 +129,6 @@ public class DistributorCluster extends TreeConfigProducer<Distributor> implemen
}
builder.disable_bucket_activation(!hasIndexedDocumentType);
builder.max_activation_inhibited_out_of_sync_groups(maxActivationInhibitedOutOfSyncGroups);
- builder.enable_condition_probing(true);
if (contentLayerMetadataFeatureLevel > 0) {
builder.enable_operation_cancellation(true);
}