fdb 5.2.8 → 6.0.1
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 +4 -4
- data/lib/fdb.rb +1 -1
- data/lib/fdboptions.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a4b6824f5978fa3edb467864a4c1e6805072bc02
|
|
4
|
+
data.tar.gz: 009c36c4dad28f57f7746ca746db880c3a7bdce7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f80e81a13077e0f264054e0166855677a7774f6cb60b39d62c9848e8f86b3c748bc13978484c3806f61f91bc5846d8ea62bd7e591dbf821056a3ea2b599d3c3d
|
|
7
|
+
data.tar.gz: 902c2bc387a2df2cc8ed2423c749eb76a08dc3c5edb8202fb831f30e8253d3fd450550903bcf707869b8907cfe12fd7a50651822edf65487e2ec929682aa0c99
|
data/lib/fdb.rb
CHANGED
data/lib/fdboptions.rb
CHANGED
|
@@ -29,7 +29,7 @@ module FDB
|
|
|
29
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)"],
|
|
30
30
|
"TRACE_ROLL_SIZE" => [31, "Sets the maximum size in bytes of a single trace output file. This value should be in the range ``[0, INT64_MAX]``. If the value is set to 0, there is no limit on individual file size. The default is a maximum size of 10,485,760 bytes.", 0, "max size of a single trace output file"],
|
|
31
31
|
"TRACE_MAX_LOGS_SIZE" => [32, "Sets the maximum size of all the trace output files put together. This value should be in the range ``[0, INT64_MAX]``. If the value is set to 0, there is no limit on the total size of the files. The default is a maximum size of 104,857,600 bytes. If the default roll size is used, this means that a maximum of 10 trace files will be written at a time.", 0, "max total size of trace files"],
|
|
32
|
-
"TRACE_LOG_GROUP" => [33, "Sets the '
|
|
32
|
+
"TRACE_LOG_GROUP" => [33, "Sets the 'LogGroup' attribute with the specified value for all events in the trace output files. The default log group is 'default'.", '', "value of the LogGroup attribute"],
|
|
33
33
|
"KNOB" => [40, "Set internal tuning or debugging knobs", '', "knob_name=knob_value"],
|
|
34
34
|
"TLS_PLUGIN" => [41, "Set the TLS plugin to load. This option, if used, must be set before any other TLS options", '', "file path or linker-resolved name"],
|
|
35
35
|
"TLS_CERT_BYTES" => [42, "Set the certificate chain", '', "certificates"],
|
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:
|
|
4
|
+
version: 6.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- FoundationDB
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-07-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi
|