Skip to content

Commit

Permalink
added delay before stopping app
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasConstant committed Feb 15, 2021
1 parent dad118d commit 922de36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BirdsiteLive/Services/FederationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken)
}
finally
{
await Task.Delay(1000 * 30);
_applicationLifetime.StopApplication();
}
}
Expand Down

0 comments on commit 922de36

Please sign in to comment.