Skip to content

Commit c5ed1f4

Browse files
arangodb-docs-automation[bot]CircleCI Job
andauthored
[skip ci] Automatic commit of generated files from CircleCI (#379)
Co-authored-by: CircleCI Job <daniele@arangodb.com>
1 parent e116a8c commit c5ed1f4

File tree

13 files changed

+71
-341
lines changed

13 files changed

+71
-341
lines changed

site/data/3.10/arangod.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@
11091109
"agent",
11101110
"single"
11111111
],
1112-
"default" : 7739681792,
1112+
"default" : 7739680768,
11131113
"deprecatedIn" : null,
11141114
"description" : "The global size limit for all caches (in bytes).",
11151115
"dynamic" : true,
@@ -7273,15 +7273,15 @@
72737273
"type" : "boolean"
72747274
},
72757275
"query.global-memory-limit" : {
7276-
"base" : 33106210816,
7276+
"base" : 33106206720,
72777277
"category" : "option",
72787278
"component" : [
72797279
"coordinator",
72807280
"dbserver",
72817281
"agent",
72827282
"single"
72837283
],
7284-
"default" : 26816030761,
7284+
"default" : 26816027443,
72857285
"deprecatedIn" : null,
72867286
"description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).",
72877287
"dynamic" : true,
@@ -7539,15 +7539,15 @@
75397539
"type" : "double"
75407540
},
75417541
"query.memory-limit" : {
7542-
"base" : 33106210816,
7542+
"base" : 33106206720,
75437543
"category" : "option",
75447544
"component" : [
75457545
"coordinator",
75467546
"dbserver",
75477547
"agent",
75487548
"single"
75497549
],
7550-
"default" : 19863726489,
7550+
"default" : 19863724032,
75517551
"deprecatedIn" : null,
75527552
"description" : "The memory threshold per AQL query (in bytes, 0 = no limit).",
75537553
"dynamic" : true,
@@ -8659,7 +8659,7 @@
86598659
"agent",
86608660
"single"
86618661
],
8662-
"default" : 9287618150,
8662+
"default" : 9287616921,
86638663
"deprecatedIn" : null,
86648664
"description" : "The size of block cache (in bytes).",
86658665
"dynamic" : true,
@@ -11006,7 +11006,7 @@
1100611006
"agent",
1100711007
"single"
1100811008
],
11009-
"default" : 12383490867,
11009+
"default" : 12383489228,
1101011010
"deprecatedIn" : null,
1101111011
"description" : "The maximum total size of in-memory write buffers (0 = unbounded).",
1101211012
"dynamic" : true,

site/data/3.11/arangobackup.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@
10421042
},
10431043
"server.authentication" : {
10441044
"category" : "option",
1045-
"default" : false,
1045+
"default" : true,
10461046
"deprecatedIn" : null,
10471047
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
10481048
"dynamic" : false,
@@ -1109,7 +1109,7 @@
11091109
"server.endpoint" : {
11101110
"category" : "option",
11111111
"default" : [
1112-
"http+tcp://127.0.0.1:8529"
1112+
"tcp://127.0.0.1:8529"
11131113
],
11141114
"deprecatedIn" : null,
11151115
"description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://",

site/data/3.11/arangobench.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@
13601360
},
13611361
"server.authentication" : {
13621362
"category" : "option",
1363-
"default" : false,
1363+
"default" : true,
13641364
"deprecatedIn" : null,
13651365
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13661366
"dynamic" : false,
@@ -1427,7 +1427,7 @@
14271427
"server.endpoint" : {
14281428
"category" : "option",
14291429
"default" : [
1430-
"http+tcp://127.0.0.1:8529"
1430+
"tcp://127.0.0.1:8529"
14311431
],
14321432
"deprecatedIn" : null,
14331433
"description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://",

site/data/3.11/arangod.json

Lines changed: 6 additions & 156 deletions
Original file line numberDiff line numberDiff line change
@@ -2347,7 +2347,7 @@
23472347
"agent",
23482348
"single"
23492349
],
2350-
"default" : "",
2350+
"default" : "/var/lib/arangodb3",
23512351
"deprecatedIn" : null,
23522352
"description" : "The path to the database directory.",
23532353
"dynamic" : false,
@@ -3427,7 +3427,7 @@
34273427
"coordinator",
34283428
"single"
34293429
],
3430-
"default" : "./js/apps",
3430+
"default" : "/var/lib/arangodb3-apps",
34313431
"deprecatedIn" : null,
34323432
"description" : "The directory for Foxx applications.",
34333433
"dynamic" : false,
@@ -3725,7 +3725,6 @@
37253725
"single"
37263726
],
37273727
"default" : [
3728-
"./enterprise/js"
37293728
],
37303729
"deprecatedIn" : null,
37313730
"description" : "Additional paths containing JavaScript modules.",
@@ -3804,7 +3803,7 @@
38043803
"coordinator",
38053804
"single"
38063805
],
3807-
"default" : "./js",
3806+
"default" : "/usr/share/arangodb3/js",
38083807
"deprecatedIn" : null,
38093808
"description" : "A path to the directory containing the JavaScript startup scripts.",
38103809
"dynamic" : false,
@@ -6194,7 +6193,7 @@
61946193
"agent",
61956194
"single"
61966195
],
6197-
"default" : "",
6196+
"default" : "-",
61986197
"deprecatedIn" : null,
61996198
"description" : "shortcut for '--log.output file://<filename>'",
62006199
"dynamic" : false,
@@ -8357,99 +8356,6 @@
83578356
"section" : "rclone",
83588357
"type" : "string"
83598358
},
8360-
"replicated-log.threshold-log-compaction" : {
8361-
"base" : 1,
8362-
"category" : "option",
8363-
"component" : [
8364-
"coordinator",
8365-
"dbserver",
8366-
"agent",
8367-
"single"
8368-
],
8369-
"default" : 1000,
8370-
"deprecatedIn" : null,
8371-
"description" : "threshold for log compaction. Number of log entries to wait for before compacting.",
8372-
"dynamic" : false,
8373-
"enterpriseOnly" : false,
8374-
"experimental" : false,
8375-
"hidden" : false,
8376-
"introducedIn" : null,
8377-
"maxInclusive" : true,
8378-
"maxValue" : 18446744073709551615,
8379-
"minInclusive" : true,
8380-
"minValue" : 0,
8381-
"obsolete" : false,
8382-
"os" : [
8383-
"linux",
8384-
"macos",
8385-
"windows"
8386-
],
8387-
"requiresValue" : true,
8388-
"section" : "replicated-log",
8389-
"type" : "uint64"
8390-
},
8391-
"replicated-log.threshold-network-batch-size" : {
8392-
"base" : 1,
8393-
"category" : "option",
8394-
"component" : [
8395-
"coordinator",
8396-
"dbserver",
8397-
"agent",
8398-
"single"
8399-
],
8400-
"default" : 1048576,
8401-
"deprecatedIn" : null,
8402-
"description" : "send a batch of log updates early when threshold (in bytes) is exceeded",
8403-
"dynamic" : false,
8404-
"enterpriseOnly" : false,
8405-
"experimental" : false,
8406-
"hidden" : false,
8407-
"introducedIn" : null,
8408-
"maxInclusive" : true,
8409-
"maxValue" : 18446744073709551615,
8410-
"minInclusive" : true,
8411-
"minValue" : 1048576,
8412-
"obsolete" : false,
8413-
"os" : [
8414-
"linux",
8415-
"macos",
8416-
"windows"
8417-
],
8418-
"requiresValue" : true,
8419-
"section" : "replicated-log",
8420-
"type" : "uint64"
8421-
},
8422-
"replicated-log.threshold-rocksdb-write-batch-size" : {
8423-
"base" : 1,
8424-
"category" : "option",
8425-
"component" : [
8426-
"coordinator",
8427-
"dbserver",
8428-
"agent",
8429-
"single"
8430-
],
8431-
"default" : 1048576,
8432-
"deprecatedIn" : null,
8433-
"description" : "write a batch of log updates to RocksDB early when threshold (in bytes) is exceeded",
8434-
"dynamic" : false,
8435-
"enterpriseOnly" : false,
8436-
"experimental" : false,
8437-
"hidden" : false,
8438-
"introducedIn" : null,
8439-
"maxInclusive" : true,
8440-
"maxValue" : 18446744073709551615,
8441-
"minInclusive" : true,
8442-
"minValue" : 1048576,
8443-
"obsolete" : false,
8444-
"os" : [
8445-
"linux",
8446-
"macos",
8447-
"windows"
8448-
],
8449-
"requiresValue" : true,
8450-
"section" : "replicated-log",
8451-
"type" : "uint64"
8452-
},
84538359
"replication.active-failover" : {
84548360
"category" : "option",
84558361
"component" : [
@@ -9878,35 +9784,6 @@
98789784
"section" : "rocksdb",
98799785
"type" : "boolean"
98809786
},
9881-
"rocksdb.force-legacy-little-endian-keys" : {
9882-
"category" : "option",
9883-
"component" : [
9884-
"dbserver",
9885-
"agent",
9886-
"single"
9887-
],
9888-
"default" : false,
9889-
"deprecatedIn" : null,
9890-
"description" : "Force usage of legacy little endian key encoding when creating a new RocksDB database directory. DO NOT USE IN PRODUCTION.",
9891-
"dynamic" : false,
9892-
"enterpriseOnly" : false,
9893-
"experimental" : true,
9894-
"hidden" : true,
9895-
"introducedIn" : [
9896-
"v3.11.4"
9897-
],
9898-
"longDescription" : "If enabled and a new RocksDB database\nis generated, the legacy little endian key encoding is used.\n\nOnly use this option for testing purposes! It is bad for performance and\ndisables a few features like parallel index generation!",
9899-
"obsolete" : false,
9900-
"os" : [
9901-
"linux",
9902-
"macos",
9903-
"windows"
9904-
],
9905-
"required" : false,
9906-
"requiresValue" : false,
9907-
"section" : "rocksdb",
9908-
"type" : "boolean"
9909-
},
99109787
"rocksdb.format-version" : {
99119788
"base" : 1,
99129789
"category" : "option",
@@ -12329,7 +12206,7 @@
1232912206
"agent",
1233012207
"single"
1233112208
],
12332-
"default" : 10,
12209+
"default" : 0,
1233312210
"deprecatedIn" : null,
1233412211
"description" : "Cluster metrics polling timeout (in seconds).",
1233512212
"dynamic" : false,
@@ -12560,33 +12437,6 @@
1256012437
"section" : "server",
1256112438
"type" : "boolean"
1256212439
},
12563-
"server.failure-point" : {
12564-
"category" : "option",
12565-
"component" : [
12566-
"coordinator",
12567-
"dbserver",
12568-
"agent",
12569-
"single"
12570-
],
12571-
"default" : [
12572-
],
12573-
"deprecatedIn" : null,
12574-
"description" : "The failure point to set during server startup (requires compilation with failure points support).",
12575-
"dynamic" : false,
12576-
"enterpriseOnly" : false,
12577-
"experimental" : false,
12578-
"hidden" : true,
12579-
"introducedIn" : null,
12580-
"obsolete" : false,
12581-
"os" : [
12582-
"linux",
12583-
"macos",
12584-
"windows"
12585-
],
12586-
"requiresValue" : true,
12587-
"section" : "server",
12588-
"type" : "string..."
12589-
},
1259012440
"server.gid" : {
1259112441
"category" : "option",
1259212442
"component" : [
@@ -13365,7 +13215,7 @@
1336513215
"dbserver",
1336613216
"single"
1336713217
],
13368-
"default" : false,
13218+
"default" : true,
1336913219
"deprecatedIn" : null,
1337013220
"description" : "Whether to enable the telemetrics API.",
1337113221
"dynamic" : false,

site/data/3.11/arangodump.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@
13141314
},
13151315
"server.authentication" : {
13161316
"category" : "option",
1317-
"default" : false,
1317+
"default" : true,
13181318
"deprecatedIn" : null,
13191319
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13201320
"dynamic" : false,
@@ -1381,7 +1381,7 @@
13811381
"server.endpoint" : {
13821382
"category" : "option",
13831383
"default" : [
1384-
"http+tcp://127.0.0.1:8529"
1384+
"tcp://127.0.0.1:8529"
13851385
],
13861386
"deprecatedIn" : null,
13871387
"description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://",

site/data/3.11/arangoexport.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@
11391139
},
11401140
"server.authentication" : {
11411141
"category" : "option",
1142-
"default" : false,
1142+
"default" : true,
11431143
"deprecatedIn" : null,
11441144
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
11451145
"dynamic" : false,
@@ -1206,7 +1206,7 @@
12061206
"server.endpoint" : {
12071207
"category" : "option",
12081208
"default" : [
1209-
"http+tcp://127.0.0.1:8529"
1209+
"tcp://127.0.0.1:8529"
12101210
],
12111211
"deprecatedIn" : null,
12121212
"description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://",

site/data/3.11/arangoimport.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@
13191319
},
13201320
"server.authentication" : {
13211321
"category" : "option",
1322-
"default" : false,
1322+
"default" : true,
13231323
"deprecatedIn" : null,
13241324
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13251325
"dynamic" : false,
@@ -1386,7 +1386,7 @@
13861386
"server.endpoint" : {
13871387
"category" : "option",
13881388
"default" : [
1389-
"http+tcp://127.0.0.1:8529"
1389+
"tcp://127.0.0.1:8529"
13901390
],
13911391
"deprecatedIn" : null,
13921392
"description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://",

0 commit comments

Comments
 (0)