Skip to content

Commit

Permalink
Merge pull request #24663 from redpanda-data/stephan/fix-stress-reader
Browse files Browse the repository at this point in the history
ducktape: Fix TS reader stress test
  • Loading branch information
StephanDollberg authored Jan 6, 2025
2 parents e8e6980 + 98abe34 commit 2b33b34
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ class TieredStorageReaderStressTest(RedpandaTest):
cache_max_throughput = 10 * expect_throughput
cache_size = SISettings.cache_size_for_throughput(cache_max_throughput)

# This is the same as the default at time of writing (v23.2)
readers_per_shard = 1000
readers_per_shard = 10000

# To help reduce runtime by requiring less data to get a given segment count
segment_size = 16 * 1024 * 1024
Expand Down

0 comments on commit 2b33b34

Please sign in to comment.