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.
- package/README.md +1 -1
- package/bin/harperdb.js +34 -34
- package/bin/lite.js +32 -32
- package/launchServiceScripts/launchNatsIngestService.js +32 -32
- package/launchServiceScripts/launchNatsReplyService.js +32 -32
- package/launchServiceScripts/launchUpdateNodes4-0-0.js +32 -32
- package/npm-shrinkwrap.json +57 -73
- package/package.json +1 -1
- package/server/jobs/jobProcess.js +32 -32
- package/server/threads/threadServer.js +32 -32
- package/studio/build-local/asset-manifest.json +2 -2
- package/studio/build-local/index.html +1 -1
- package/studio/build-local/static/js/{main.21e1301c.js → main.c94aa29f.js} +2 -2
- package/utility/hdbTerms.d.ts +1 -0
- package/utility/scripts/restartHdb.js +32 -32
- /package/studio/build-local/static/js/{main.21e1301c.js.LICENSE.txt → main.c94aa29f.js.LICENSE.txt} +0 -0
package/utility/hdbTerms.d.ts
CHANGED
|
@@ -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";
|