fix bug
This commit is contained in:
parent
f713e9860c
commit
0ee36f0ae1
@ -24,7 +24,7 @@ namespace FastGithub
|
||||
while (stoppingToken.IsCancellationRequested == false)
|
||||
{
|
||||
await githubScanService.ScanAllAsync(stoppingToken);
|
||||
await Task.Delay(this.options.CurrentValue.ScanResultInterval, stoppingToken);
|
||||
await Task.Delay(this.options.CurrentValue.ScanAllInterval, stoppingToken);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user