Added todo.

pull/847/head
Halil ibrahim Kalkan 6 years ago
parent 96ae74aef7
commit 0f14fa4428

@ -45,7 +45,7 @@ namespace Volo.Abp.AspNetCore.Mvc.Client
async () => await Proxy.Service.GetAsync(),
() => new DistributedCacheEntryOptions
{
AbsoluteExpirationRelativeToNow = TimeSpan.FromSeconds(5)
AbsoluteExpirationRelativeToNow = TimeSpan.FromSeconds(30) //TODO: Should be configurable. Default value should be higher (5 mins would be good).
}
);

Loading…
Cancel
Save