Forza svuotamento cache dopo update componenti
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using k8s.Models;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
using NLog;
|
||||
using WebDoorCreator.Data.DbModels;
|
||||
@@ -262,6 +263,10 @@ namespace WebDoorCreator.UI.Components.FilesMan
|
||||
});
|
||||
await updTask2;
|
||||
Log.Info($"DB Updated for Compo changes!");
|
||||
sendDataVal = 45;
|
||||
// svuoto cache!
|
||||
await WDCService.FlushCustomPattern("Cache");
|
||||
sendDataVal = 50;
|
||||
await doScan(true, true);
|
||||
sendDataVal = 90;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user