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