Skip to content

Commit

Permalink
Removes sequential config
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelstofer committed Mar 30, 2013
1 parent a2a95df commit 1e36938
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/server.js
Expand Up @@ -27,8 +27,7 @@ connector.open(function (error, client) {
collection.remove({}, function () {
var storageApi = storage({
backend: mongo({
collection: collection,
sequential: true
collection: collection
}),
debug: true
});
Expand Down

0 comments on commit 1e36938

Please sign in to comment.