mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 18:10:58 -05:00
* improve alias tests * introduce new alias persistence and remove Sled * introduce FileStorageError * use new error in AliasMapping * aliases are kept in memory and saved to disk when modified * better naming * make alias renaming atomic * fmt * use correct alias and docs * code review: cleaner error conversion
20 lines
349 B
YAML
20 lines
349 B
YAML
|
|
debug: true
|
|
log_level: DEBUG
|
|
|
|
service:
|
|
host: 127.0.0.1
|
|
http_port: 6333
|
|
# Uncomment to enable gRPC:
|
|
#grpc_port: 6334
|
|
|
|
|
|
storage:
|
|
performance:
|
|
# Number of parallel threads used for search operations. If 0 - auto selection.
|
|
max_search_threads: 4
|
|
|
|
optimizers:
|
|
# Minimum interval between forced flushes.
|
|
flush_interval_sec: 1
|