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:
parent
67569cb9c8
commit
ac4590952b
1 changed files with 1 additions and 0 deletions
|
@ -362,6 +362,7 @@ default = [
|
||||||
"brotli_compression",
|
"brotli_compression",
|
||||||
"zstd_compression",
|
"zstd_compression",
|
||||||
"release_max_log_level",
|
"release_max_log_level",
|
||||||
|
"io_uring",
|
||||||
]
|
]
|
||||||
backend_sqlite = ["sqlite"]
|
backend_sqlite = ["sqlite"]
|
||||||
backend_rocksdb = ["rocksdb"]
|
backend_rocksdb = ["rocksdb"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue