Comparing version 6.5.0 to 6.6.0
@@ -38,3 +38,3 @@ "use strict"; | ||
let count = 0; | ||
const tries = this?.steveo.config?.terminationWaitCount || 10; | ||
const tries = this?.steveo.config?.terminationWaitCount || 180; | ||
while (!this.isTerminated) { | ||
@@ -41,0 +41,0 @@ if (count === tries) { |
{ | ||
"name": "steveo", | ||
"version": "6.5.0", | ||
"version": "6.6.0", | ||
"description": "A Task Pub/Sub Background processing library", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90751