fix graph not reloading on completion in some cases
This commit is contained in:
@@ -855,7 +855,7 @@ class DNScopeApp {
|
||||
|
||||
// Do final graph update when scan completes
|
||||
console.log('Scan completed - performing final graph update');
|
||||
setTimeout(() => this.updateGraph(), 100);
|
||||
setTimeout(() => this.updateGraph(), 1000);
|
||||
break;
|
||||
|
||||
case 'failed':
|
||||
|
||||
Reference in New Issue
Block a user