mongopatch
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "mongopatch", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"repository": "git://github.com/e-conomic/mongopatch.git", | ||
@@ -5,0 +5,0 @@ "description": "MongoDB patching tool", |
@@ -221,3 +221,3 @@ var async = require('async'); | ||
collection | ||
.find(query) | ||
.find(query, {}, { timeout: false }) | ||
.sort({ _id: 1 }) | ||
@@ -224,0 +224,0 @@ .pipe(patch); |
242329
24
737