Update qdrant-landing/content/articles/io_uring.md

Co-authored-by: Tim Visée <tim@visee.me>
This commit is contained in:
David Sertic
2023-06-20 13:42:22 +02:00
committed by GitHub
co-authored by Tim Visée
parent 7ba058d48e
commit d1dc2aa015
+1 -1
View File
@@ -40,7 +40,7 @@ required. This operation generates a lot of disk IO (unless the collection
resides fully in memory, of course), so it is a prime candidate for possible
improvements.
If you run Qdrant on linux, you can enable the io\_uring based storage backend
If you run Qdrant on Linux, you can enable the io\_uring based storage backend
with the following in your configuration:
```yaml