We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b341645 commit 3894be6Copy full SHA for 3894be6
server/src/internalClusterTest/java/org/elasticsearch/repositories/SnapshotMetricsIT.java
@@ -74,8 +74,9 @@ public void testSnapshotAPMMetrics() throws Exception {
74
75
final String repositoryName = randomIdentifier();
76
77
- // we want to ensure some throttling, but not too much that it slows the test down. 3 seemed a reasonable multiple to ensure that.
78
- int shardSizeMultipleToEnsureThrottling = 3;
+ // we want to ensure some throttling, but not so much that it makes the test excessively slow.
+ // 3 seemed a reasonable multiple to ensure that.
79
+ final int shardSizeMultipleToEnsureThrottling = 3;
80
createRepository(
81
repositoryName,
82
"mock",
0 commit comments