Add missing list_stable_limit support

This commit is contained in:
Vitaliy Filippov
2025-12-02 01:52:12 +03:00
parent c148f97ee4
commit 97dfbfad75
10 changed files with 44 additions and 19 deletions
+1 -1
View File
@@ -291,7 +291,7 @@ void osd_t::parse_config(bool init)
scrub_sleep_ms = config["scrub_sleep"].uint64_value();
scrub_list_limit = config["scrub_list_limit"].uint64_value();
if (!scrub_list_limit)
scrub_list_limit = 1000;
scrub_list_limit = 262144;
if (!old_auto_scrub && auto_scrub)
{
// Schedule scrubbing