server: actually disable tantivy

This commit is contained in:
Bill Thiede 2024-12-17 09:38:11 -08:00
parent dc04d54455
commit 5ee9d754ba

View File

@ -44,5 +44,5 @@ xtracing = { git = "http://git-private.h.xinu.tv/wathiede/xtracing.git" }
build-info-build = "0.0.38"
[features]
default = [ "tantivy" ]
#default = [ "tantivy" ]
tantivy = [ "dep:tantivy" ]