harperdb 4.5.32 → 4.5.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bin/harperdb.js +74 -74
- package/bin/lite.js +72 -72
- package/launchServiceScripts/launchNatsIngestService.js +72 -72
- package/launchServiceScripts/launchNatsReplyService.js +72 -72
- package/launchServiceScripts/launchUpdateNodes4-0-0.js +72 -72
- package/npm-shrinkwrap.json +255 -254
- package/package.json +1 -1
- package/resources/blob.d.ts +3 -4
- package/server/jobs/jobProcess.js +72 -72
- package/server/threads/threadServer.js +72 -72
- package/studio/build-local/asset-manifest.json +2 -2
- package/studio/build-local/index.html +1 -1
- package/studio/build-local/static/js/{main.64412ce7.js → main.44a7d373.js} +2 -2
- package/utility/hdbTerms.d.ts +1 -0
- package/utility/scripts/restartHdb.js +72 -72
- /package/studio/build-local/static/js/{main.64412ce7.js.LICENSE.txt → main.44a7d373.js.LICENSE.txt} +0 -0
package/utility/hdbTerms.d.ts
CHANGED
|
@@ -558,6 +558,7 @@ export declare const CONFIG_PARAMS: {
|
|
|
558
558
|
readonly STORAGE_MAXTRANSACTIONQUEUETIME: "storage_maxTransactionQueueTime";
|
|
559
559
|
readonly STORAGE_PATH: "storage_path";
|
|
560
560
|
readonly STORAGE_BLOBPATHS: "storage_blobPaths";
|
|
561
|
+
readonly STORAGE_BLOBCLEANUPSPEED: "storage_blobCleanupSpeed";
|
|
561
562
|
readonly STORAGE_AUDIT_PATH: "storage_audit_path";
|
|
562
563
|
readonly STORAGE_MAXFREESPACETOLOAD: "storage_maxFreeSpaceToLoad";
|
|
563
564
|
readonly STORAGE_MAXFREESPACETORETAIN: "storage_maxFreeSpaceToRetain";
|