harperdb 4.6.6 → 4.6.8

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.
@@ -507,6 +507,7 @@ export declare const CONFIG_PARAMS: {
507
507
  readonly HTTP_MTLS_USER: "http_mtls_user";
508
508
  readonly HTTP_MAXHEADERSIZE: "http_maxHeaderSize";
509
509
  readonly HTTP_THREADRANGE: "http_threadRange";
510
+ readonly HTTP_REQUESTQUEUELIMIT: "http_requestQueueLimit";
510
511
  readonly HTTP_HTTP2: "http_http2";
511
512
  readonly LOCALSTUDIO_ENABLED: "localStudio_enabled";
512
513
  readonly LOGGING_CONSOLE: "logging_console";
@@ -553,6 +554,7 @@ export declare const CONFIG_PARAMS: {
553
554
  readonly REPLICATION_ENABLEROOTCAS: "replication_enableRootCAs";
554
555
  readonly REPLICATION_SHARD: "replication_shard";
555
556
  readonly REPLICATION_BLOBTIMEOUT: "replication_blobTimeout";
557
+ readonly REPLICATION_FAILOVER: "replication_failOver";
556
558
  readonly ROOTPATH: "rootPath";
557
559
  readonly SERIALIZATION_BIGINT: "serialization_bigInt";
558
560
  readonly STORAGE_WRITEASYNC: "storage_writeAsync";