Set format_major_version to 13 in testing configs

This commit is contained in:
Hector Sanjuan 2024-01-09 22:39:25 +01:00
parent c8b4fc8428
commit dc6ff93435
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ var testingPebbleCfg = []byte(`
"flush_delay_delete_range": 0,
"flush_delay_range_key": 0,
"flush_split_bytes": 4194304,
"format_major_version": 1,
"format_major_version": 13,
"l0_compaction_file_threshold": 500,
"l0_compaction_threshold": 4,
"l0_stop_writes_threshold": 12,

View File

@ -15,7 +15,7 @@ var cfgJSON = []byte(`
"flush_delay_delete_range": 0,
"flush_delay_range_key": 0,
"flush_split_bytes": 4194304,
"format_major_version": 1,
"format_major_version": 13,
"l0_compaction_file_threshold": 500,
"l0_compaction_threshold": 2,
"l0_stop_writes_threshold": 12,