Skip to content

Commit 5a3a1a5

Browse files
committed
Add comment for flow model progress
1 parent d3ff87a commit 5a3a1a5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

extensions/ql-vscode/src/data-extensions-editor/data-extensions-editor-view.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,13 @@ export class DataExtensionsEditorView extends AbstractWebview<
395395
* that there's 1000 steps of the query progress since that takes the most time, and then
396396
* an additional 500 steps for the rest of the work. The progress doesn't need to be 100%
397397
* accurate, so this is just a rough estimate.
398+
*
399+
* For generating the modeled methods for an external library, the max step is 4000. This is
400+
* based on the following steps:
401+
* - 1000 for the summary model
402+
* - 1000 for the sink model
403+
* - 1000 for the source model
404+
* - 1000 for the neutral model
398405
*/
399406
private async showProgress(update: ProgressUpdate, maxStep?: number) {
400407
await this.postMessage({

0 commit comments

Comments
 (0)