2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-12-15 20:34:58 +01:00

Cleanup & Start Journal work

Got in-memory DB working
now displays recents journals to frontend
This commit is contained in:
2024-05-11 22:33:04 +10:00
parent 235cb2401a
commit ed39900d53
15 changed files with 225 additions and 77 deletions

View File

@@ -89,6 +89,6 @@ public class FileHandlerService(
}
logger.LogInformation("Handling file {FileName} with Type {Type}", fileName, handler.GetType().ToString());
await handler.HandleFile(path);
Task.Run(() => handler.HandleFile(path));
}
}