riduzione tempo cache stsatus items

This commit is contained in:
Samuele Locatelli
2023-12-19 11:38:30 +01:00
parent ca39a70197
commit a33175a92a
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -3503,7 +3503,7 @@ namespace AppData
{
string rawData = JsonConvert.SerializeObject(tabella);
// TTL 2 sec
memLayer.ML.setRSV(redCurrSheetTabKey(machine), rawData, 2);
memLayer.ML.setRSV(redCurrSheetTabKey(machine), rawData, 1);
}
/// <summary>
@@ -176,7 +176,6 @@ namespace NKC_WF.WebUserControls
raiseEvent();
}
}
#if false
else
{
if (string.IsNullOrEmpty(inputAcquired))
@@ -184,7 +183,6 @@ namespace NKC_WF.WebUserControls
resetInput();
}
}
#endif
resetInput();
}