[modify default config]add be 2pc config enbale defalut (#10110)
Co-authored-by: wudi <>
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user