Da riprovare calcolo!

This commit is contained in:
Samuele Locatelli
2024-04-02 20:05:19 +02:00
parent 8be883256e
commit 5efc5167c4
6 changed files with 7 additions and 6 deletions
+1
View File
@@ -427,6 +427,7 @@ namespace MP.Data.Controllers
using (var dbCtx = new MoonPro_STATSContext(_configuration))
{
// imposto timeout a 5 min
//var currTimeout = dbCtx.Database.GetCommandTimeout();
dbCtx.Database.SetCommandTimeout(TimeSpan.FromMinutes(5));
try
{
+2 -2
View File
@@ -4,8 +4,8 @@
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>MP.Stats</RootNamespace>
<UserSecretsId>826e877c-ba70-4253-84cb-d0b1cafd4440</UserSecretsId>
<Version>6.16.2404.0219</Version>
<Version>6.16.2404.0219</Version>
<Version>6.16.2404.0220</Version>
<Version>6.16.2404.0220</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -148,7 +148,7 @@ namespace MP.Stats.Pages
// chiama esecuzione task
var result = await StatService.ExecuteTask(selRec.TaskId);
isLoading = false;
detRecord = selRec;
await Task.Delay(100);
await ReloadData();
}
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo statistiche MAPO</i>
<h4>Versione: 6.16.2404.0219</h4>
<h4>Versione: 6.16.2404.0220</h4>
<br />
Note di rilascio:
<ul>
+1 -1
View File
@@ -1 +1 @@
6.16.2404.0219
6.16.2404.0220
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2404.0219</version>
<version>6.16.2404.0220</version>
<url>https://nexus.steamware.net/repository/SWS/MP-STATS/stable/LAST/MP.Stats.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-STATS/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>