improvement: more reliable federation sending
This commit is contained in:
parent
18f33b1ece
commit
2f5df4aac9
4 changed files with 137 additions and 36 deletions
|
@ -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,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue