castor-load
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -40,2 +40,4 @@ 'use strict'; | ||
self.options.concurrency = options.concurrency || 1; | ||
self.options.delay = options.delay || undefined; | ||
self.options.maxFileSize = self.options.maxFileSize || undefined; | ||
self.options.directory = self.directory; // for tingodb | ||
@@ -42,0 +44,0 @@ self.options.dateConfig = options.dateConfig || null; |
@@ -28,2 +28,3 @@ /*jshint node:true, laxcomma:true*/ | ||
self.options.concurrency = options.concurrency || 1; | ||
self.options.delay = options.delay || 1000; | ||
self.options.match = options.match || { matchBase: true }; | ||
@@ -30,0 +31,0 @@ self.handlers = []; |
@@ -30,3 +30,3 @@ 'use strict'; | ||
self.options.concurrency = options.concurrency || 1; | ||
self.options.maxFileSize = options.maxFileSize || '128mb'; | ||
self.options.maxFileSize = options.maxFileSize || false; | ||
self.options.delay = options.delay || 1000; | ||
@@ -33,0 +33,0 @@ self.options.synckey = options.synckey || null; |
{ | ||
"name": "castor-load", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"author": "Nicolas Thouvenin <nthouvenin@gmail.com>", | ||
@@ -5,0 +5,0 @@ "contributors": [], |
37930
1092