improvement: more reliable federation sending

This commit is contained in:
Timo Kösters
2020-10-21 16:08:54 +02:00
parent 18f33b1ece
commit 2f5df4aac9
4 changed files with 137 additions and 36 deletions

View File

@@ -149,7 +149,8 @@ impl Database {
userdevicetxnid_response: db.open_tree("userdevicetxnid_response")?,
},
sending: sending::Sending {
serverpduids: db.open_tree("serverpduids")?,
servernamepduids: db.open_tree("servernamepduids")?,
servercurrentpdus: db.open_tree("servercurrentpdus")?,
},
_db: db,
})