Merge branch 'stuff' into 'master'

fix: stuck/duplicate messages, e2ee and sync timeouts

See merge request famedly/conduit!123
This commit is contained in:
Timo Kösters 2021-07-15 08:18:56 +00:00
commit f7ecf83ac3
18 changed files with 705 additions and 355 deletions

View file

@ -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")?,