Skip to content

Switch cache thread to be blocking

Was tokio task. Cache allocates and frees a lot of memory. Apparently doing both in the same thread is easier for some memory managers.

Merge request reports

Loading