fdb 7.1.27 → 7.1.28
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a4709c512f60147e87238ea6b122dec7003a62af66da7e9bd0ac95f266eb3f1
|
4
|
+
data.tar.gz: 2f7df7e917c8440b3c030a3b996505cf15f202665c51102ed19304397cc838b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28accc60f31f3213be6090ec71124261146fe442f161001aef7fdf0eeaa7d5451b5bcdd4269f254226039b094782f415c5208aed915a53aeff02be6b65397f57
|
7
|
+
data.tar.gz: 79efd6c7da46c01011d55af79749d57768f37da01cd0673ae6dd0960f4cdc4958606c91b41868890b94b37c06f7f12536cc6e1f94fbf1149235791674b1cb6f4
|
@@ -24,7 +24,6 @@
|
|
24
24
|
|
25
25
|
module FDB
|
26
26
|
@@NetworkOption = {
|
27
|
-
"RETAIN_CLIENT_LIBRARY_COPIES" => [67, "Retain temporary external client library copies that are created for enabling multi-threading.", nil, nil],
|
28
27
|
"LOCAL_ADDRESS" => [10, "Deprecated", '', "IP:PORT"],
|
29
28
|
"CLUSTER_FILE" => [20, "Deprecated", '', "path to cluster file"],
|
30
29
|
"TRACE_ENABLE" => [30, "Enables trace output to a file in a directory of the clients choosing", '', "path to output directory (or NULL for current working directory)"],
|
@@ -55,6 +54,7 @@ module FDB
|
|
55
54
|
"EXTERNAL_CLIENT_DIRECTORY" => [63, "Searches the specified path for dynamic libraries and adds them to the list of client libraries for use by the multi-version client API. Must be set before setting up the network.", '', "path to directory containing client libraries"],
|
56
55
|
"DISABLE_LOCAL_CLIENT" => [64, "Prevents connections through the local client, allowing only connections through externally loaded client libraries.", nil, nil],
|
57
56
|
"CLIENT_THREADS_PER_VERSION" => [65, "Spawns multiple worker threads for each version of the client that is loaded. Setting this to a number greater than one implies disable_local_client.", 0, "Number of client threads to be spawned. Each cluster will be serviced by a single client thread."],
|
57
|
+
"RETAIN_CLIENT_LIBRARY_COPIES" => [67, "Retain temporary external client library copies that are created for enabling multi-threading.", nil, nil],
|
58
58
|
"DISABLE_CLIENT_STATISTICS_LOGGING" => [70, "Disables logging of client statistics, such as sampled transaction activity.", nil, nil],
|
59
59
|
"ENABLE_SLOW_TASK_PROFILING" => [71, "Deprecated", nil, nil],
|
60
60
|
"ENABLE_RUN_LOOP_PROFILING" => [71, "Enables debugging feature to perform run loop profiling. Requires trace logging to be enabled. WARNING: this feature is not recommended for use in production.", nil, nil],
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fdb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.1.
|
4
|
+
version: 7.1.28
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- FoundationDB
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi
|