Skip to content

Commit

Permalink
Avoid request 'stitching' in batch-get-item
Browse files Browse the repository at this point in the history
Looks like I missed this one. See #74, #143 and commit 9b4cb80.
  • Loading branch information
joelittlejohn committed Jul 19, 2020
1 parent 4a21174 commit f34541a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/taoensso/faraday.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit f34541a

Please sign in to comment.