Skip to content

Commit

Permalink
Merge pull request #23179 from vbotbuildovich/backport-pr-23006-v24.1…
Browse files Browse the repository at this point in the history
….x-575

[v24.1.x] rptest: reduce cache eviction throttling for tiny cache stress test
  • Loading branch information
nvartolomei authored Sep 4, 2024
2 parents 611dcd3 + 8c9ca6a commit 5aa52e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def setUp(self):
'cloud_storage_manifest_max_upload_interval_sec':
self.manifest_upload_interval,
'disable_public_metrics': False,
'cloud_storage_cache_check_interval': 500,
}
self.redpanda.set_extra_rp_conf(extra_rp_conf)

Expand Down

0 comments on commit 5aa52e4

Please sign in to comment.