Skip to content

Commit 0ba2332

Browse files
committed
remove boost
1 parent e2a7c20 commit 0ba2332

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

backend/danswer/document_index/vespa/app_config/services.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<document-api/>
55
<search>
66
<threadpool>
7-
<threads boost="2">SEARCH_THREAD_NUMBER</threads>
7+
<threads>SEARCH_THREAD_NUMBER</threads>
88
</threadpool>
99
</search>
1010

backend/danswer/document_index/vespa/index.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ def ensure_indices_exist(
139139
services = services.replace(
140140
SEARCH_THREAD_NUMBER_PAT, str(VESPA_SEARCHER_THREADS)
141141
)
142+
print("sending over this")
143+
print(services)
142144

143145
kv_store = get_dynamic_config_store()
144146

0 commit comments

Comments
 (0)