riduzione tempo cache stsatus items
This commit is contained in:
+1
-1
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user