mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-03-01 05:48:23 +03:00
9 lines
324 B
Text
9 lines
324 B
Text
* Don't find files recursively on main thread
|
|
* Reduce number of threadpools
|
|
* Ensure there are always enough threads available
|
|
* Cap the queue limit on thread pools
|
|
* Do work on main thread if queues are full, thereby blocking
|
|
* Use more thread safe objects
|
|
* Replace some runnables with lambas
|
|
* Code cleanup
|
|
* Typo fixes
|