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 88f7851 commit e175fe1Copy full SHA for e175fe1
src/services/LogFileManager/index.ts
@@ -209,9 +209,8 @@ class LogFileManager {
209
}
210
211
/**
212
- * Loads log events in the range and sends them to the renderer. The range is defined as
213
- * [`beginLogEventIdx`, `beginLogEventIdx + EXPORT_LOGS_CHUNK_SIZE`), or all remaining log
214
- * events if `EXPORT_LOGS_CHUNK_SIZE` log events aren't available.
+ * Exports a chunk of log events, sends the results to the renderer, and schedules the next
+ * chunk if more log events remain.
215
*
216
* @param beginLogEventIdx
217
* @throws {Error} if any error occurs when decoding the log events.
0 commit comments