[modify default config]add be 2pc config enbale defalut (#10110)

Co-authored-by: wudi <>
This commit is contained in:
wudi
2022-06-15 09:08:28 +08:00
committed by GitHub
parent 34ea6ce850
commit 02b1908ce4

View File

@ -386,7 +386,7 @@ CONF_mInt32(stream_load_record_batch_size, "50");
CONF_Int32(stream_load_record_expire_time_secs, "28800");
// time interval to clean expired stream load records
CONF_mInt64(clean_stream_load_record_interval_secs, "1800");
CONF_mBool(disable_stream_load_2pc, "true");
CONF_mBool(disable_stream_load_2pc, "false");
// OlapTableSink sender's send interval, should be less than the real response time of a tablet writer rpc.
// You may need to lower the speed when the sink receiver bes are too busy.