Skip to content

Commit

Permalink
add back missing discription
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Jan 10, 2025
1 parent 4b9cfca commit 8d5384d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/services/LogFileManager/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,15 @@ class LogFileManager {
}
}
}


/**
* Queries a chunk of log events, sends the results, and schedules the next chunk query if more
* log events remain.
*
* @param queryId
* @param chunkBeginIdx
* @param queryRegex
*/
#queryChunkAndScheduleNext (
queryId: number,
chunkBeginIdx: number,
Expand Down

0 comments on commit 8d5384d

Please sign in to comment.