Skip to content

Commit

Permalink
[config](move-memtable) set StreamWait timeout default to 10min (apac…
Browse files Browse the repository at this point in the history
  • Loading branch information
kaijchen authored Feb 5, 2024
1 parent 80dfb66 commit 0b6b1eb
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 @@ -775,7 +775,7 @@ DEFINE_Int64(load_stream_max_buf_size, "20971520"); // 20MB
// brpc streaming messages_in_batch
DEFINE_Int32(load_stream_messages_in_batch, "128");
// brpc streaming StreamWait seconds on EAGAIN
DEFINE_Int32(load_stream_eagain_wait_seconds, "60");
DEFINE_Int32(load_stream_eagain_wait_seconds, "600");
// max tasks per flush token in load stream
DEFINE_Int32(load_stream_flush_token_max_tasks, "15");
// max wait flush token time in load stream
Expand Down

0 comments on commit 0b6b1eb

Please sign in to comment.