Try more to save permissions

pull/13806/head
Halil İbrahim Kalkan 3 years ago
parent 9c8b5ee79c
commit 3503f6f7d6

@ -52,7 +52,7 @@ public class AbpPermissionManagementDomainModule : AbpModule
{
await Policy
.Handle<Exception>()
.WaitAndRetryAsync(5, retryAttempt => TimeSpan.FromSeconds(Math.Pow(2, retryAttempt) * 10))
.WaitAndRetryAsync(8, retryAttempt => TimeSpan.FromSeconds(Math.Pow(2, retryAttempt) * 10))
.ExecuteAsync(async _ =>
{
try

Loading…
Cancel
Save