summaryrefslogtreecommitdiff
path: root/src/fabric_doc_open_revs.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/fabric_doc_open_revs.erl')
-rw-r--r--src/fabric_doc_open_revs.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fabric_doc_open_revs.erl b/src/fabric_doc_open_revs.erl
index 2fa91208..5bf5499f 100644
--- a/src/fabric_doc_open_revs.erl
+++ b/src/fabric_doc_open_revs.erl
@@ -5,7 +5,7 @@
-include("fabric.hrl").
go(DbName, Id, Revs, Options) ->
- Workers = fabric_util:submit_jobs(partitions:for_key(DbName,Id), open_revs,
+ Workers = fabric_util:submit_jobs(mem3:shards(DbName,Id), open_revs,
[Id, Revs, Options]),
Acc0 = {length(Workers), couch_util:get_value(r, Options, 1), []},
case fabric_util:recv(Workers, #shard.ref, fun handle_message/3, Acc0) of