fdb 6.3.10 → 6.3.12

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
  SHA1:
3
- metadata.gz: 515f0c0778eeb0616c70cb861ef78f54dfb35829
4
- data.tar.gz: fabfec7fed294e40f78d340a3648d2bad5726d3e
3
+ metadata.gz: ab3b3f52c49269196ba7db5f00f46441358cb8ff
4
+ data.tar.gz: '075549d0d0280a6f812f956274b26403a7db97cd'
5
5
  SHA512:
6
- metadata.gz: c5a64af36864601b23f1de5ffc333c1d478ee8ca15875b5806894e03f28fffb822c1f6da212afc58b8130eb732f783dad0b980645ccba65e982f1093455e1112
7
- data.tar.gz: 855b8f10b805c71242098981b7c17f1f849d4cc54a105d5fa6094d3aa4339b05784e41e2a030f510e44870c0c051b2e50675baf791937ac238a4e4ffd6680d0e
6
+ metadata.gz: df9a68a80c94c721f3b7480cf4e111889cf6c7e36ad2ab927de4e6fae72f66561a34b438c5bdc36efb1c328514e3b0be925f452556bf797e7917a5ab66774b6b
7
+ data.tar.gz: a779ab63698230be9766b21335bab6a7031c88382ae2626cec3ea0a948bf47e916d2987c80a1f4e4102797b3aeab0f46cb2768fe06a60637aacc4438d8c800fc
@@ -51,7 +51,8 @@ module FDB
51
51
  "CALLBACKS_ON_EXTERNAL_THREADS" => [61, "If set, callbacks from external client libraries can be called from threads created by the FoundationDB client library. Otherwise, callbacks will be called from either the thread used to add the callback or the network thread. Setting this option can improve performance when connected using an external client, but may not be safe to use in all environments. Must be set before setting up the network. WARNING: This feature is considered experimental at this time.", nil, nil],
52
52
  "EXTERNAL_CLIENT_LIBRARY" => [62, "Adds an external client library for use by the multi-version client API. Must be set before setting up the network.", '', "path to client library"],
53
53
  "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"],
54
- "DISABLE_LOCAL_CLIENT" => [64, "Prevents connections through the local client, allowing only connections through externally loaded client libraries. Intended primarily for testing.", nil, nil],
54
+ "DISABLE_LOCAL_CLIENT" => [64, "Prevents connections through the local client, allowing only connections through externally loaded client libraries.", nil, nil],
55
+ "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."],
55
56
  "DISABLE_CLIENT_STATISTICS_LOGGING" => [70, "Disables logging of client statistics, such as sampled transaction activity.", nil, nil],
56
57
  "ENABLE_SLOW_TASK_PROFILING" => [71, "Deprecated", nil, nil],
57
58
  "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: 6.3.10
4
+ version: 6.3.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - FoundationDB
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-06 00:00:00.000000000 Z
11
+ date: 2021-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi