恢复GithubFullScanHostedService

This commit is contained in:
xljiulang 2021-07-15 21:48:34 +08:00
parent b81b41e114
commit 02a04bc6d7

View File

@ -39,7 +39,7 @@ namespace FastGithub
return services
.AddMemoryCache()
.AddServiceAndOptions(assembly, configuration)
//.AddHostedService<GithubFullScanHostedService>()
.AddHostedService<GithubFullScanHostedService>()
.AddHostedService<GithubResultScanHostedService>();
;
}