Overt
Overt copied to clipboard
Indexing blocks main thread while writing to the cache database
Could resolve by offloading the work to one of
- main process (simplest)
- worker thread pool in main process
- web worker in renderer process (likely fastest)
https://github.com/WiseLibs/better-sqlite3/blob/master/docs/threads.md