Merge branch 'stuff' into 'master'
fix: stuck/duplicate messages, e2ee and sync timeouts See merge request famedly/conduit!123
This commit is contained in:
commit
f7ecf83ac3
18 changed files with 705 additions and 355 deletions
|
@ -279,7 +279,7 @@ impl Database {
|
|||
|
||||
eventid_outlierpdu: builder.open_tree("eventid_outlierpdu")?,
|
||||
prevevent_parent: builder.open_tree("prevevent_parent")?,
|
||||
pdu_cache: RwLock::new(LruCache::new(1_000_000)),
|
||||
pdu_cache: RwLock::new(LruCache::new(10_000)),
|
||||
},
|
||||
account_data: account_data::AccountData {
|
||||
roomuserdataid_accountdata: builder.open_tree("roomuserdataid_accountdata")?,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue