diff --git a/WebDoorCreator.Data/Services/WebDoorCreatorService.cs b/WebDoorCreator.Data/Services/WebDoorCreatorService.cs index 9a83dce..ff47e0d 100644 --- a/WebDoorCreator.Data/Services/WebDoorCreatorService.cs +++ b/WebDoorCreator.Data/Services/WebDoorCreatorService.cs @@ -2578,7 +2578,9 @@ namespace WebDoorCreator.Data.Services Stopwatch stopWatch = new Stopwatch(); stopWatch.Start(); - fatto = await dbController.VocLemmaInsert(); + fatto = await dbController.VocLemmaInsert(); + RedisValue pattern = new RedisValue($"{Constants.rKeyVocLemma}"); + bool answ = await ExecFlushRedisPattern(pattern); stopWatch.Stop(); TimeSpan ts = stopWatch.Elapsed; Log.Debug($"VocLemmaInsert in: {ts.TotalMilliseconds} ms"); diff --git a/WebDoorCreator.UI/Components/FilesMan/FilesRefresh.razor b/WebDoorCreator.UI/Components/FilesMan/FilesRefresh.razor index 18a1361..52f8095 100644 --- a/WebDoorCreator.UI/Components/FilesMan/FilesRefresh.razor +++ b/WebDoorCreator.UI/Components/FilesMan/FilesRefresh.razor @@ -1,69 +1,80 @@ - +
| Old text | -New text | -- |
|---|
| - | -- @($"{item.Key} --> {vocLemmasTEMP2Dict[item.Key]}") - | -- | - } - else if (item.Value != vocLemmas2Dict[item.Key]) - { -- @($"{item.Key} --> {vocLemmas2Dict[item.Key]}") - | -- @($"{item.Key} --> {item.Value}") - | -
-
- @if (isReady2Save(item.Key))
- {
- setConf(item.Key, false)">
- }
- else
- {
- setConf(item.Key, true)">
- }
-
- |
- }
-
+ Old text | +New text | +
|---|