Skip to content

Commit

Permalink
[enhancement](be-meta) disable sync rocksdb by default for better per…
Browse files Browse the repository at this point in the history
…formance (apache#32714)
  • Loading branch information
liaoxin01 authored Mar 25, 2024
1 parent f82eb9e commit ca97b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/common/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ DEFINE_mInt32(result_buffer_cancelled_interval_time, "300");
DEFINE_mInt32(priority_queue_remaining_tasks_increased_frequency, "512");

// sync tablet_meta when modifying meta
DEFINE_mBool(sync_tablet_meta, "true");
DEFINE_mBool(sync_tablet_meta, "false");

// default thrift rpc timeout ms
DEFINE_mInt32(thrift_rpc_timeout_ms, "60000");
Expand Down

0 comments on commit ca97b91

Please sign in to comment.