diff --git a/GPW.CORE.ADM/Components/Compo/CmpFooter.razor.cs b/GPW.CORE.ADM/Components/Compo/CmpFooter.razor.cs index e31da91..ee25414 100644 --- a/GPW.CORE.ADM/Components/Compo/CmpFooter.razor.cs +++ b/GPW.CORE.ADM/Components/Compo/CmpFooter.razor.cs @@ -48,8 +48,11 @@ namespace GPW.CORE.ADM.Components.Compo aTimer.Stop(); aTimer.Dispose(); } - int tOutPeriod = 300000; - //int tOutPeriod = 1000; +#if DEBUG + int tOutPeriod = 1000; +#else + int tOutPeriod = 10000; +#endif aTimer = new System.Timers.Timer(tOutPeriod); aTimer.Elapsed += ElapsedTimer; aTimer.Enabled = true; diff --git a/GPW.CORE.ADM/Components/Compo/MonthTagMan.razor b/GPW.CORE.ADM/Components/Compo/MonthTagMan.razor index 8223a44..164846f 100644 --- a/GPW.CORE.ADM/Components/Compo/MonthTagMan.razor +++ b/GPW.CORE.ADM/Components/Compo/MonthTagMan.razor @@ -34,7 +34,7 @@
elenco da stored
+elenco da stored... fare...