live-query-mysql
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -11,2 +11,5 @@ "use strict"; | ||
constructor(supplier, opts) { | ||
if (!opts.throttleTimeout) { | ||
opts.throttleTimeout = 5 * 1000; | ||
} | ||
super((f, ctx) => supplier(f, this.wrapContextIfRequired(ctx)), opts); | ||
@@ -13,0 +16,0 @@ } |
@@ -24,3 +24,3 @@ "use strict"; | ||
// console.log({row, tableName}) | ||
log.debug("Failed to calc affects. ", e.message); | ||
// log.debug("Failed to calc affects. ", e.message) | ||
// affects by default | ||
@@ -27,0 +27,0 @@ return true; |
{ | ||
"name": "live-query-mysql", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
27413
381