Oddbean new post about | logout
 thank you & welcome back! 🫡 

does the following mean strfry will be continuing to relay when there is an import (in the past it was stopping to relay):

- Switch import to use WriterPipeline 
 Thanks!

This change shouldn't make much difference in import's behaviour. Because import pretty much constantly has a writer lock, relay *write* operations will be blocked/delayed (and may timeout), but *read* operations should continue as normal.

We could make import release its lock for a few milliseconds periodically so that write operations can go through. I'll look into doing that.