improvement: use db compression

This commit is contained in:
Timo Kösters 2021-03-18 13:13:08 +01:00
parent a0fa0ee7a0
commit 5cb15551f3
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
3 changed files with 56 additions and 2 deletions

View file

@ -32,7 +32,7 @@ state-res = { path = "../state-res", features = ["unstable-pre-spec", "gen-event
# Used for long polling and federation sender, should be the same as rocket::tokio
tokio = "1.2.0"
# Used for storing data permanently
sled = { version = "0.34.6", default-features = false }
sled = { version = "0.34.6", default-features = false, features = ["compression"] }
# Used for emitting log entries
log = "0.4.14"
# Used for rocket<->ruma conversions