From f34541ae0511750949c6a480fb4be79a04135cd6 Mon Sep 17 00:00:00 2001 From: Joe Littlejohn Date: Sun, 19 Jul 2020 22:26:07 +0100 Subject: [PATCH] Avoid request 'stitching' in batch-get-item Looks like I missed this one. See #74, #143 and commit 9b4cb80. --- src/taoensso/faraday.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/taoensso/faraday.clj b/src/taoensso/faraday.clj index 736c099..8e123f1 100644 --- a/src/taoensso/faraday.clj +++ b/src/taoensso/faraday.clj @@ -1179,8 +1179,7 @@ :span-reqs - {:max _ :throttle-ms _} allows a number of requests to automatically be stitched together (to exceed throughput limits, for example)." [client-opts requests - & [{:keys [return-cc? span-reqs attr-multi-vs?] :as opts - :or {span-reqs {:max 5}}}]] + & [{:keys [return-cc? span-reqs attr-multi-vs?] :as opts}]] (binding [*attr-multi-vs?* attr-multi-vs?] (let [run1 (fn [raw-req]