EDDiscovery / BaseUtilities

C# Base utilities set
1 stars 8 forks source link

Add support for switching DB to read-only with multithreading #18

Closed klightspeed closed 4 years ago

klightspeed commented 4 years ago

This still runs the SQL queries in their own threads, but once switched to read-only mode will allow multiple concurrent queries.