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.
Was tokio task. Cache allocates and frees a lot of memory. Apparently doing both in the same thread is easier for some memory managers.