Skip to content

Commit

Permalink
(#24) Pass 'storage' option through
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson authored and garethbowen committed Feb 12, 2018
1 parent 4253a07 commit e858201
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/client/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,8 @@ function WorkerPouch(opts, callback) {

var workerOpts = {
name: api._instanceId,
auto_compaction: !!opts.auto_compaction
auto_compaction: !!opts.auto_compaction,
storage: opts.storage
};
if (opts.revs_limit) {
workerOpts.revs_limit = opts.revs_limit;
Expand Down

0 comments on commit e858201

Please sign in to comment.