aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-02-02 22:17:59 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2024-02-03 11:19:23 +0000
commit62bee4e38718e3fd670908f09cbf14ca0acc69cf (patch)
tree9748d39952e08de123634add41760da75bbc89c1 /config-model
parent25e2abf250c7aa1439b4bf7a0e6bd2d4a8a991f9 (diff)
throttle_individual_merge_feed_ops has long been enabled, cleaning up
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/test/java/com/yahoo/vespa/model/content/StorageClusterTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/config-model/src/test/java/com/yahoo/vespa/model/content/StorageClusterTest.java b/config-model/src/test/java/com/yahoo/vespa/model/content/StorageClusterTest.java
index 7c3e66aa109..46590d18b40 100644
--- a/config-model/src/test/java/com/yahoo/vespa/model/content/StorageClusterTest.java
+++ b/config-model/src/test/java/com/yahoo/vespa/model/content/StorageClusterTest.java
@@ -337,7 +337,6 @@ public class StorageClusterTest {
assertEquals(20, config.async_operation_throttler().min_window_size());
assertEquals(-1, config.async_operation_throttler().max_window_size()); // <=0 implies +inf
assertEquals(3.0, config.async_operation_throttler().resize_rate(), 0.0001);
- assertTrue(config.async_operation_throttler().throttle_individual_merge_feed_ops());
}
@Test