@iobroker/db-states-jsonl
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -65,3 +65,3 @@ /** | ||
intervalMs: 60000, | ||
maxBufferedCommands: 100 | ||
maxBufferedCommands: 2000 | ||
} | ||
@@ -78,3 +78,3 @@ }; | ||
path.join(this.dataDir, settings.jsonlDB.fileName), | ||
settings.jsonlDB.jsonlOptions | ||
jsonlOptions | ||
); | ||
@@ -81,0 +81,0 @@ } |
{ | ||
"name": "@iobroker/db-states-jsonl", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"engines": { | ||
@@ -34,3 +34,3 @@ "node": ">=10.0.0" | ||
}, | ||
"gitHead": "6c53b763a000e4acb0b73ffcff327e051f60373f" | ||
"gitHead": "278753f72d34a83a82f33c938a286d574975151c" | ||
} |
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
29276