Skip to content

Commit 3894be6

Browse files
committed
Tidy
1 parent b341645 commit 3894be6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

server/src/internalClusterTest/java/org/elasticsearch/repositories/SnapshotMetricsIT.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ public void testSnapshotAPMMetrics() throws Exception {
7474

7575
final String repositoryName = randomIdentifier();
7676

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;
77+
// we want to ensure some throttling, but not so much that it makes the test excessively slow.
78+
// 3 seemed a reasonable multiple to ensure that.
79+
final int shardSizeMultipleToEnsureThrottling = 3;
7980
createRepository(
8081
repositoryName,
8182
"mock",

0 commit comments

Comments
 (0)