diff --git a/src/CasCap.Apis.GooglePhotos/Extensions/DI.cs b/src/CasCap.Apis.GooglePhotos/Extensions/DI.cs index 77b0396..1ff6078 100644 --- a/src/CasCap.Apis.GooglePhotos/Extensions/DI.cs +++ b/src/CasCap.Apis.GooglePhotos/Extensions/DI.cs @@ -61,7 +61,9 @@ static void AddServices(this IServiceCollection services, { options.Retry = new Http.Resilience.HttpRetryStrategyOptions { - Delay = TimeSpan.FromSeconds(30) + Delay = TimeSpan.FromSeconds(1), + BackoffType = DelayBackoffType.Exponential, + MaxRetryAttempts = 6 }; }); }