add some form of caching to the authorization
This commit is contained in:
@@ -57,7 +57,7 @@ namespace MareSynchronosServer
|
||||
}).UseSnakeCaseNamingConvention();
|
||||
});
|
||||
|
||||
services.AddHostedService<FileCleanupService>();
|
||||
services.AddHostedService<CleanupService>();
|
||||
services.AddHostedService(provider => provider.GetService<SystemInfoService>());
|
||||
services.AddHostedService<DiscordBot>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user