Skip to content

Commit

Permalink
Lower levels
Browse files Browse the repository at this point in the history
  • Loading branch information
robskillington committed Jun 8, 2022
1 parent 2504c0d commit ad7b27d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dbnode/integration/graphite_find_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ local:
switch testOpts.datasetSize {
case smallDatasetSize:
levels = 4
entriesPerLevelMin = 7
entriesPerLevelMax = 10
entriesPerLevelMin = 5
entriesPerLevelMax = 7
case largeDatasetSize:
// Ideally we'd always use a large dataset size, however you do need
// high concurrency to validate this entire dataset and CI can't seem
Expand Down

0 comments on commit ad7b27d

Please sign in to comment.