mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-04-05 07:34:41 -04:00
- Remove instance queue. This is a database, after all, and is designed to be accessed and written to concurrently - Reduce the number of calls to DbContexts.Create() - Ensure that no LibationContext remains open across an await boundary. Multithread context access is the most likely culprit for past issues. - Make all Update UserDefinedItem methods asynchronous.
2.0 KiB
2.0 KiB