[#56] AppDbContext: Turn off connection pooling

This commit is contained in:
2024-09-23 17:00:18 +02:00
parent a48ea8e7e2
commit b67857ae22
3 changed files with 5 additions and 2 deletions

View File

@ -171,6 +171,9 @@ namespace Elwig.Services {
.GroupBy(d => d.Year)
.ToDictionaryAsync(g => g.Key, g => g.Any());
if (m.MgNr != vm.MgNr)
return;
await App.MainDispatcher.BeginInvoke(() => {
var (d1Grid, _) = DeliveryService.GenerateToolTip(d1GridData, []);
var (d2Grid, _) = DeliveryService.GenerateToolTip(d2GridData, []);