harperdb 4.6.5 → 4.6.7

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.
@@ -553,6 +553,7 @@ export declare const CONFIG_PARAMS: {
553
553
  readonly REPLICATION_ENABLEROOTCAS: "replication_enableRootCAs";
554
554
  readonly REPLICATION_SHARD: "replication_shard";
555
555
  readonly REPLICATION_BLOBTIMEOUT: "replication_blobTimeout";
556
+ readonly REPLICATION_FAILOVER: "replication_failOver";
556
557
  readonly ROOTPATH: "rootPath";
557
558
  readonly SERIALIZATION_BIGINT: "serialization_bigInt";
558
559
  readonly STORAGE_WRITEASYNC: "storage_writeAsync";