Oddbean new post about | logout
 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.