diff --git a/MP.SPEC/Components/ParamsFilter.razor.cs b/MP.SPEC/Components/ParamsFilter.razor.cs index 4d00b75c..219b6633 100644 --- a/MP.SPEC/Components/ParamsFilter.razor.cs +++ b/MP.SPEC/Components/ParamsFilter.razor.cs @@ -178,7 +178,9 @@ namespace MP.SPEC.Components var currRec = configData.FirstOrDefault(x => x.Chiave == "numOreAnticipoSnapshot"); if (currRec != null) { - int.TryParse(currRec.Valore, out numOreAnticipoSnapshot); + var newInt = 40; + int.TryParse(currRec.Valore, out newInt); + numOreAnticipoSnapshot = newInt; } await FilterChanged.InvokeAsync(SelFilter); @@ -249,7 +251,7 @@ namespace MP.SPEC.Components private static System.Timers.Timer aTimer = new System.Timers.Timer(); private List? ListFlux = null; private List? ListMacchine = null; - private int numOreAnticipoSnapshot = 5; + private int numOreAnticipoSnapshot { get; set; } = 50; private bool snapshotDone = false; #endregion Private Fields diff --git a/MP.SPEC/MP.SPEC.csproj b/MP.SPEC/MP.SPEC.csproj index df742d8d..64c4f598 100644 --- a/MP.SPEC/MP.SPEC.csproj +++ b/MP.SPEC/MP.SPEC.csproj @@ -5,7 +5,7 @@ enable enable MP.SPEC - 6.16.2210.2016 + 6.16.2210.2017 diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html index 5f180bf9..2728c632 100644 --- a/MP.SPEC/Resources/ChangeLog.html +++ b/MP.SPEC/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2210.2016

+

Versione: 6.16.2210.2017


Note di rilascio:
  • diff --git a/MP.SPEC/Resources/VersNum.txt b/MP.SPEC/Resources/VersNum.txt index 29c80e49..8564b4af 100644 --- a/MP.SPEC/Resources/VersNum.txt +++ b/MP.SPEC/Resources/VersNum.txt @@ -1 +1 @@ -6.16.2210.2016 +6.16.2210.2017 diff --git a/MP.SPEC/Resources/manifest.xml b/MP.SPEC/Resources/manifest.xml index e270f9ff..286026b9 100644 --- a/MP.SPEC/Resources/manifest.xml +++ b/MP.SPEC/Resources/manifest.xml @@ -1,6 +1,6 @@ - 6.16.2210.2016 + 6.16.2210.2017 https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/MP.SPEC.zip https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/ChangeLog.html false