mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-29 18:43:39 +01:00
add some form of caching to the authorization
This commit is contained in:
parent
8047710b50
commit
ad367d7568
9 changed files with 429 additions and 15 deletions
|
|
@ -57,7 +57,7 @@ namespace MareSynchronosServer
|
|||
}).UseSnakeCaseNamingConvention();
|
||||
});
|
||||
|
||||
services.AddHostedService<FileCleanupService>();
|
||||
services.AddHostedService<CleanupService>();
|
||||
services.AddHostedService(provider => provider.GetService<SystemInfoService>());
|
||||
services.AddHostedService<DiscordBot>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue