Skip to content

Commit 864c3a4

Browse files
author
宋光璠
committed
change enable_http_stream_load to true
1 parent 5a53771 commit 864c3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

be/src/common/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ DEFINE_mInt32(slave_replica_writer_rpc_timeout_sec, "60");
598598
// False: disable stream load record
599599
DEFINE_mBool(enable_stream_load_record, "false");
600600
// false: disables http_stream load support
601-
DEFINE_mBool(enable_http_stream_load, "false");
601+
DEFINE_mBool(enable_http_stream_load, "true");
602602
// batch size of stream load record reported to FE
603603
DEFINE_mInt32(stream_load_record_batch_size, "50");
604604
// expire time of stream load record in rocksdb.

0 commit comments

Comments
 (0)