summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2023-04-06 08:08:03 +0100
committerRobert Newson <rnewson@apache.org>2023-04-06 08:08:03 +0100
commitd0f09e6fcc137ae9852574549d27d17b432414c4 (patch)
tree7f8111c259fd58df9e51d2d767a1fd0ec4e933e9
parent00c584ba1634673e19a5fe413fcca018c316a321 (diff)
downloadcouchdb-import-nouveau-multilucene.tar.gz
-rw-r--r--src/nouveau/src/nouveau_httpd.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nouveau/src/nouveau_httpd.erl b/src/nouveau/src/nouveau_httpd.erl
index 837edb56f..77f1f1b1a 100644
--- a/src/nouveau/src/nouveau_httpd.erl
+++ b/src/nouveau/src/nouveau_httpd.erl
@@ -59,7 +59,7 @@ handle_search_req(Req, Db, DDoc) ->
T1 = erlang:monotonic_time(),
couch_stats:decrement_counter([nouveau, active_searches]),
RequestTime = erlang:convert_time_unit(T1 - T0, native, millisecond),
- couch_stats:update_histogram([nouveau, search_latency], RequestTime)
+ couch_stats:update_histogram([nouveau, search_latency], RequestTime)
end.
handle_search_req_int(#httpd{method = 'GET', path_parts = [_, _, _, _, IndexName]} = Req, Db, DDoc) ->