Skip to content

Commit

Permalink
#19 コンストラクタでのWorkerの起動を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
miyaji255 committed Mar 16, 2024
1 parent d63ea33 commit e93ac8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Epub/KoeBook.Epub/Services/ScrapingClientService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ public ScrapingClientService(IHttpClientFactory httpClientFactory, TimeProvider
{
_httpClientFactory = httpClientFactory;
_periodicTimer = new(TimeSpan.FromSeconds(10), timeProvider);

Worker();
}

public Task<string> GetAsStringAsync(string url, CancellationToken ct)
Expand Down

0 comments on commit e93ac8e

Please sign in to comment.