Save completed_lsn in the superblock

This commit is contained in:
Vitaliy Filippov
2025-12-02 01:52:12 +03:00
parent 3eecf9048c
commit e709657de4
11 changed files with 65 additions and 22 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ void blockstore_impl_t::parse_config(blockstore_config_t & config, bool init)
}
if (!journal_trim_interval)
{
journal_trim_interval = 1024;
journal_trim_interval = 4096;
}
if (!flusher_start_threshold)
{