Merge branch 'stuff' into 'master'
fix: stuck/duplicate messages, e2ee and sync timeouts See merge request famedly/conduit!123
This commit is contained in:
@@ -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")?,
|
||||
|
||||
Reference in New Issue
Block a user