[OPTIMIZING]

This commit is contained in:
max
2025-09-10 02:55:06 +02:00
parent 03631cd0c8
commit ef6ca0ee07
4 changed files with 8 additions and 14 deletions

View File

@@ -21,7 +21,7 @@ public class ClientService(IServiceScopeFactory scopeFactory, ILogger<ClientServ
using var scope = scopeFactory.CreateScope();
_libraryService = scope.ServiceProvider.GetRequiredService<ILibraryService>();
LogEvent("Initializing service...");
Pause();
//Pause();
}
protected override async Task ExecuteServiceAsync(CancellationToken stoppingToken)