@firstandthird/hapi-queue
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -18,3 +18,3 @@ const Queue = require('@firstandthird/queue'); | ||
} | ||
const queue = new Queue(options.mongoUrl, 'queue', options.refreshRate, options.maxThreads, prom); | ||
const queue = new Queue(options.mongoUrl, 'queue', options.refreshRate, options.maxThreads, prom, options.timeout); | ||
@@ -21,0 +21,0 @@ queue.createJobs(options.jobsDir); |
{ | ||
"name": "@firstandthird/hapi-queue", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Simple queue plugin for hapi", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8604
0