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.
- package/README.md +1 -1
- package/bin/harperdb.js +40 -40
- package/bin/lite.js +39 -39
- package/launchServiceScripts/launchNatsIngestService.js +38 -38
- package/launchServiceScripts/launchNatsReplyService.js +39 -39
- package/launchServiceScripts/launchUpdateNodes4-0-0.js +38 -38
- package/npm-shrinkwrap.json +69 -85
- package/package.json +1 -1
- package/server/jobs/jobProcess.js +38 -38
- package/server/replication/replicationConnection.d.ts +9 -1
- 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.14ef684d.js → main.5364e939.js} +2 -2
- package/utility/hdbTerms.d.ts +1 -0
- package/utility/scripts/restartHdb.js +38 -38
- /package/studio/build-local/static/js/{main.14ef684d.js.LICENSE.txt → main.5364e939.js.LICENSE.txt} +0 -0
package/utility/hdbTerms.d.ts
CHANGED
|
@@ -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";
|