fdb 7.1.27 → 7.1.28

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e272f32318d94b9e6f69a88150875c6dc9b60c1715601300b49ae98821fa427f
4
- data.tar.gz: 6d3c5c750a058e44786faf7e50701984c710eb8fce55cef8170b64a3c294c35a
3
+ metadata.gz: 1a4709c512f60147e87238ea6b122dec7003a62af66da7e9bd0ac95f266eb3f1
4
+ data.tar.gz: 2f7df7e917c8440b3c030a3b996505cf15f202665c51102ed19304397cc838b9
5
5
  SHA512:
6
- metadata.gz: cc6c9f0a4fa24167f0024260bb3763cc45b3b94de78b583632e93df8adf94f4e700d6c4fb98fd554a8ab0b5c49516c2e547becaff7d9331a56014d0834dadaec
7
- data.tar.gz: ed6ed71f5f496d3475c92b2f79dbec0062f47cbe2845422499eb0d43a8b553681ebe6aa7364176d56f5cb52454bd43f3c7a419ca4604a54ac5eba45ab4326cc1
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.27
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-01-31 00:00:00.000000000 Z
11
+ date: 2023-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi