Comparing version 1.0.30 to 1.0.31
@@ -38,3 +38,3 @@ 'use strict'; | ||
this.visibilityTimeout = config.visibilityTimeout || 604800; | ||
this.redisMessageMaxsize = config.redisMessageMaxsize || 1024; | ||
this.redisMessageMaxsize = config.redisMessageMaxsize || 65536; | ||
} | ||
@@ -41,0 +41,0 @@ }; |
{ | ||
"name": "steveo", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"description": "A Task Manager 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
79027