Merge branch 'syncfast' into 'next'
improvement: faster /syncs Closes #231 See merge request famedly/conduit!297
This commit is contained in:
commit
914152fcbd
3 changed files with 71 additions and 28 deletions
|
@ -257,6 +257,7 @@ impl Database {
|
|||
stateinfo_cache: Mutex::new(LruCache::new(
|
||||
(100.0 * config.conduit_cache_capacity_modifier) as usize,
|
||||
)),
|
||||
lasttimelinecount_cache: Mutex::new(HashMap::new()),
|
||||
},
|
||||
account_data: account_data::AccountData {
|
||||
roomuserdataid_accountdata: builder.open_tree("roomuserdataid_accountdata")?,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue