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.
@@ -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";