mirror of
https://github.com/bitwarden/server
synced 2025-12-10 21:33:41 +00:00
remove alive job
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Bit.Admin
|
||||
services.Configure<RouteOptions>(options => options.LowercaseUrls = true);
|
||||
|
||||
// Jobs service
|
||||
Jobs.JobsHostedService.AddJobsServices(services);
|
||||
Jobs.JobsHostedService.AddJobsServices(services, globalSettings.SelfHosted);
|
||||
services.AddHostedService<Jobs.JobsHostedService>();
|
||||
if(globalSettings.SelfHosted)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user