feat: configurable cache capacity

This commit is contained in:
Timo Kösters 2020-10-21 21:43:59 +02:00
parent 6dbe195695
commit 6b3934e31d
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
2 changed files with 16 additions and 5 deletions

View file

@ -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