Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
db: remove panic when cleanup jobs queue is full
This assertion was hit while stress-testing `TestIteratorErrors`. It is not necessary, since the code is designed to block as needed. It was there to make sure we never block under normal circumstances.