Skip to content

Commit

Permalink
[improve](cloud-mow) Make mow stream load retry times more reasonable
Browse files Browse the repository at this point in the history
  • Loading branch information
hust-hhb committed Feb 10, 2025
1 parent 74e82fd commit a77d94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/cloud/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ DEFINE_mInt32(refresh_s3_info_interval_s, "60");
DEFINE_mInt32(vacuum_stale_rowsets_interval_s, "300");
DEFINE_mInt32(schedule_sync_tablets_interval_s, "600");

DEFINE_mInt32(mow_stream_load_commit_retry_times, "10");
DEFINE_mInt32(mow_stream_load_commit_retry_times, "5");

DEFINE_mBool(save_load_error_log_to_s3, "false");

Expand Down

0 comments on commit a77d94d

Please sign in to comment.