Skip to content

Commit

Permalink
Update src/OrchardCore/OrchardCore/Modules/ModularBackgroundService.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco authored Nov 19, 2024
1 parent 743e8c0 commit 9225bf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken)
{
try
{
await Task.Delay(_options.MinimumIdelTime, stoppingToken);
await Task.Delay(_options.MinimumIdleTime, stoppingToken);
}
catch (TaskCanceledException)
{
Expand Down

0 comments on commit 9225bf7

Please sign in to comment.