harperdb 4.5.21 → 4.5.23

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.
@@ -543,6 +543,7 @@ export declare const CONFIG_PARAMS: {
543
543
  readonly REPLICATION_ENABLEROOTCAS: "replication_enableRootCAs";
544
544
  readonly REPLICATION_SHARD: "replication_shard";
545
545
  readonly REPLICATION_BLOBTIMEOUT: "replication_blobTimeout";
546
+ readonly REPLICATION_FAILOVER: "replication_failOver";
546
547
  readonly ROOTPATH: "rootPath";
547
548
  readonly SERIALIZATION_BIGINT: "serialization_bigInt";
548
549
  readonly STORAGE_WRITEASYNC: "storage_writeAsync";