feat: configurable cache capacity
This commit is contained in:
parent
6dbe195695
commit
6b3934e31d
2 changed files with 16 additions and 5 deletions
|
@ -29,7 +29,7 @@ state-res = { git = "https://github.com/timokoesters/state-res", branch = "spec-
|
|||
# Used for long polling
|
||||
tokio = "0.2.22"
|
||||
# Used for storing data permanently
|
||||
sled = "0.34.4"
|
||||
sled = { version = "0.34.4", default-features = false }
|
||||
# Used for emitting log entries
|
||||
log = "0.4.11"
|
||||
# Used for rocket<->ruma conversions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue