We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eeee8e commit 4e8fe18Copy full SHA for 4e8fe18
1 file changed
src/logfile_sub_source.cc
@@ -1102,6 +1102,8 @@ logfile_sub_source::rebuild_index(std::optional<ui_clock::time_point> deadline)
1102
1103
if (this->lss_index.empty() && !time_left) {
1104
log_info("ran out of time, skipping rebuild");
1105
+ // need to make sure we rebuild in case no new data comes in
1106
+ this->lss_force_rebuild = true;
1107
return rebuild_result::rr_appended_lines;
1108
}
1109
0 commit comments