harperdb 4.6.13 → 4.6.15
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 +41 -41
- package/bin/lite.js +35 -35
- package/launchServiceScripts/launchNatsIngestService.js +37 -37
- package/launchServiceScripts/launchNatsReplyService.js +37 -37
- package/launchServiceScripts/launchUpdateNodes4-0-0.js +37 -37
- package/npm-shrinkwrap.json +340 -332
- package/package.json +2 -2
- package/resources/blob.d.ts +3 -4
- package/server/jobs/jobProcess.js +37 -37
- package/server/threads/threadServer.js +38 -38
- package/studio/build-local/asset-manifest.json +2 -2
- package/studio/build-local/index.html +1 -1
- package/studio/build-local/static/js/{main.0c9bc211.js → main.4c114774.js} +2 -2
- package/utility/hdbTerms.d.ts +2 -0
- package/utility/scripts/restartHdb.js +37 -37
- /package/studio/build-local/static/js/{main.0c9bc211.js.LICENSE.txt → main.4c114774.js.LICENSE.txt} +0 -0
package/utility/hdbTerms.d.ts
CHANGED
|
@@ -492,6 +492,7 @@ export declare const CONFIG_PARAMS: {
|
|
|
492
492
|
readonly THREADS_DEBUG_HOST: "threads_debug_host";
|
|
493
493
|
readonly THREADS_DEBUG_WAITFORDEBUGGER: "threads_debug_waitForDebugger";
|
|
494
494
|
readonly THREADS_MAXHEAPMEMORY: "threads_maxHeapMemory";
|
|
495
|
+
readonly THREADS_HEAPSNAPSHOTNEARLIMIT: "threads_heapSnapshotNearLimit";
|
|
495
496
|
readonly HTTP_SESSIONAFFINITY: "http_sessionAffinity";
|
|
496
497
|
readonly HTTP_COMPRESSIONTHRESHOLD: "http_compressionThreshold";
|
|
497
498
|
readonly HTTP_CORS: "http_cors";
|
|
@@ -568,6 +569,7 @@ export declare const CONFIG_PARAMS: {
|
|
|
568
569
|
readonly STORAGE_MAXTRANSACTIONQUEUETIME: "storage_maxTransactionQueueTime";
|
|
569
570
|
readonly STORAGE_PATH: "storage_path";
|
|
570
571
|
readonly STORAGE_BLOBPATHS: "storage_blobPaths";
|
|
572
|
+
readonly STORAGE_BLOBCLEANUPSPEED: "storage_blobCleanupSpeed";
|
|
571
573
|
readonly STORAGE_AUDIT_PATH: "storage_audit_path";
|
|
572
574
|
readonly STORAGE_MAXFREESPACETOLOAD: "storage_maxFreeSpaceToLoad";
|
|
573
575
|
readonly STORAGE_MAXFREESPACETORETAIN: "storage_maxFreeSpaceToRetain";
|