diff --git a/MP.Data/Services/IOC/IocService.cs b/MP.Data/Services/IOC/IocService.cs index 2595f6cf..d3ad3c82 100644 --- a/MP.Data/Services/IOC/IocService.cs +++ b/MP.Data/Services/IOC/IocService.cs @@ -1044,7 +1044,7 @@ namespace MP.Data.Services.IOC /// private async Task StatoProdMacchinaAsync(string idxMacchina, DateTime dtReq, bool forceDb = false) { - string cKey = $"{MP.Data.Utils.redisStatoProd}:{idxMacchina}:{dtReq:HHmm}"; + string cKey = $"{MP.Data.Utils.redisStatoProd}:{idxMacchina}"; return await GetOrFetchAsync( operationName: "StatoProdMacchinaAsync", cacheKey: cKey, @@ -1074,7 +1074,7 @@ namespace MP.Data.Services.IOC #endif return await _repo.StatoProdMacchinaAsync(idxMacchina, dtReq); }, - expiration: GetRandTOut(30), + expiration: GetRandTOut(redisShortTimeCache), tagList: ["IOC_StatoProd", cKey, idxMacchina] ); } diff --git a/MP.IOC/MP.IOC.csproj b/MP.IOC/MP.IOC.csproj index fc29050c..5b48ca5e 100644 --- a/MP.IOC/MP.IOC.csproj +++ b/MP.IOC/MP.IOC.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - 8.16.2606.1118 + 8.16.2606.1119 diff --git a/MP.IOC/Resources/ChangeLog.html b/MP.IOC/Resources/ChangeLog.html index 399acdde..d86571ba 100644 --- a/MP.IOC/Resources/ChangeLog.html +++ b/MP.IOC/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MP-IOC -

Versione: 8.16.2606.1118

+

Versione: 8.16.2606.1119


Note di rilascio: