Skip to content

Commit

Permalink
Set min_level_for_custom_filter as 0 by default to delete expired d… (#…
Browse files Browse the repository at this point in the history
…5622)

Reset min_level_for_custom_filter as 0 by default to delete expired data during compaction
  • Loading branch information
luyade committed Jul 6, 2023
1 parent 7509e6d commit 44929a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/CompactionFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "storage/StorageFlags.h"

DEFINE_int32(min_level_for_custom_filter,
4,
0,
"Minimal level compaction which will go through custom compaction filter");

namespace nebula {
Expand Down

0 comments on commit 44929a9

Please sign in to comment.