Skip to content

Commit

Permalink
change iap service manager timeout to 20 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
sonohoshi committed May 24, 2024
1 parent aead554 commit 918aa89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace NineChronicles.ExternalServices.IAPService.Runtime
public class IAPServiceManager : IDisposable
{
public static readonly TimeSpan DefaultProductsCacheLifetime =
TimeSpan.FromMinutes(10);
TimeSpan.FromMinutes(20);

private readonly IAPServiceClient _client;

Expand Down

0 comments on commit 918aa89

Please sign in to comment.