Revert "Stream documents"

This commit is contained in:
Tamo
2024-05-20 15:09:45 +02:00
committed by GitHub
parent 59ecf1cea7
commit 7e251b43d4
16 changed files with 91 additions and 151 deletions

View File

@ -423,6 +423,7 @@ impl ErrorCode for HeedError {
HeedError::Mdb(_)
| HeedError::Encoding(_)
| HeedError::Decoding(_)
| HeedError::InvalidDatabaseTyping
| HeedError::DatabaseClosing
| HeedError::BadOpenOptions { .. } => Code::Internal,
}