set io_uring for rocksdb a default feature

this was already enabled by default by rocksdb technically, but
it wasn't building with it properly.

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-03 18:07:52 -04:00 committed by June
parent 67569cb9c8
commit ac4590952b

View file

@ -362,6 +362,7 @@ default = [
"brotli_compression",
"zstd_compression",
"release_max_log_level",
"io_uring",
]
backend_sqlite = ["sqlite"]
backend_rocksdb = ["rocksdb"]