We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba3054 commit 3172318Copy full SHA for 3172318
lib/get_answer.py
@@ -284,7 +284,6 @@ def _rewrite_section_name_for_q(query):
284
# so this part should be rewritten
285
# for the most queries we could say immediately
286
# what type the query has
287
- start_time = time.time()
288
topic_type = get_topic_type(topic)
289
290
# checking if the answer is in the cache
lib/globals.py
@@ -59,6 +59,7 @@
59
"unknown" : '',
60
}
61
62
+MAX_SEARCH_LEN = 20
63
64
#
65
# Reading configuration from etc/config.yaml
0 commit comments