Browse Source

Update AbpAspNetCoreMvcClientCacheOptions.cs

pull/14842/head
maliming 3 years ago
parent
commit
c5dfa9cc0b
No known key found for this signature in database GPG Key ID: 96224957E51C89E
  1. 2
      framework/src/Volo.Abp.AspNetCore.Mvc.Client/Volo/Abp/AspNetCore/Mvc/Client/AbpAspNetCoreMvcClientCacheOptions.cs

2
framework/src/Volo.Abp.AspNetCore.Mvc.Client/Volo/Abp/AspNetCore/Mvc/Client/AbpAspNetCoreMvcClientCacheOptions.cs

@ -11,6 +11,6 @@ public class AbpAspNetCoreMvcClientCacheOptions
public AbpAspNetCoreMvcClientCacheOptions()
{
TenantConfigurationCacheAbsoluteExpiration = TimeSpan.FromMinutes(5);
TenantConfigurationCacheAbsoluteExpiration = TimeSpan.FromSeconds(300);
ApplicationConfigurationDtoCacheAbsoluteExpiration = TimeSpan.FromSeconds(300);
}
}

Loading…
Cancel
Save