Skip to content

Commit a9d6153

Browse files
arangodb-docs-automation[bot]CircleCI Job
andauthored
[skip ci] Automatic commit of generated files from CircleCI (#326)
Co-authored-by: CircleCI Job <[email protected]>
1 parent 7c246d8 commit a9d6153

14 files changed

+114
-221
lines changed

site/data/3.10/arangobackup.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@
10131013
},
10141014
"server.authentication" : {
10151015
"category" : "option",
1016-
"default" : false,
1016+
"default" : true,
10171017
"deprecatedIn" : null,
10181018
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
10191019
"dynamic" : false,
@@ -1080,7 +1080,7 @@
10801080
"server.endpoint" : {
10811081
"category" : "option",
10821082
"default" : [
1083-
"http+tcp://127.0.0.1:8529"
1083+
"tcp://127.0.0.1:8529"
10841084
],
10851085
"deprecatedIn" : null,
10861086
"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.10/arangobench.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@
13311331
},
13321332
"server.authentication" : {
13331333
"category" : "option",
1334-
"default" : false,
1334+
"default" : true,
13351335
"deprecatedIn" : null,
13361336
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13371337
"dynamic" : false,
@@ -1398,7 +1398,7 @@
13981398
"server.endpoint" : {
13991399
"category" : "option",
14001400
"default" : [
1401-
"http+tcp://127.0.0.1:8529"
1401+
"tcp://127.0.0.1:8529"
14021402
],
14031403
"deprecatedIn" : null,
14041404
"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.10/arangod.json

Lines changed: 12 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@
11091109
"agent",
11101110
"single"
11111111
],
1112-
"default" : 7739680768,
1112+
"default" : 7739679744,
11131113
"deprecatedIn" : null,
11141114
"description" : "The global size limit for all caches (in bytes).",
11151115
"dynamic" : true,
@@ -1992,7 +1992,7 @@
19921992
"agent",
19931993
"single"
19941994
],
1995-
"default" : "",
1995+
"default" : "/var/lib/arangodb3",
19961996
"deprecatedIn" : null,
19971997
"description" : "The path to the database directory.",
19981998
"dynamic" : false,
@@ -3100,7 +3100,7 @@
31003100
"coordinator",
31013101
"single"
31023102
],
3103-
"default" : "./js/apps",
3103+
"default" : "/var/lib/arangodb3-apps",
31043104
"deprecatedIn" : null,
31053105
"description" : "The directory for Foxx applications.",
31063106
"dynamic" : false,
@@ -3398,7 +3398,6 @@
33983398
"single"
33993399
],
34003400
"default" : [
3401-
"./enterprise/js"
34023401
],
34033402
"deprecatedIn" : null,
34043403
"description" : "Additional paths containing JavaScript modules.",
@@ -3477,7 +3476,7 @@
34773476
"coordinator",
34783477
"single"
34793478
],
3480-
"default" : "./js",
3479+
"default" : "/usr/share/arangodb3/js",
34813480
"deprecatedIn" : null,
34823481
"description" : "A path to the directory containing the JavaScript startup scripts.",
34833482
"dynamic" : false,
@@ -5867,7 +5866,7 @@
58675866
"agent",
58685867
"single"
58695868
],
5870-
"default" : "",
5869+
"default" : "-",
58715870
"deprecatedIn" : null,
58725871
"description" : "shortcut for '--log.output file://<filename>'",
58735872
"dynamic" : false,
@@ -7240,15 +7239,15 @@
72407239
"type" : "boolean"
72417240
},
72427241
"query.global-memory-limit" : {
7243-
"base" : 33106206720,
7242+
"base" : 33106202624,
72447243
"category" : "option",
72457244
"component" : [
72467245
"coordinator",
72477246
"dbserver",
72487247
"agent",
72497248
"single"
72507249
],
7251-
"default" : 26816027443,
7250+
"default" : 26816024125,
72527251
"deprecatedIn" : null,
72537252
"description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).",
72547253
"dynamic" : true,
@@ -7506,15 +7505,15 @@
75067505
"type" : "double"
75077506
},
75087507
"query.memory-limit" : {
7509-
"base" : 33106206720,
7508+
"base" : 33106202624,
75107509
"category" : "option",
75117510
"component" : [
75127511
"coordinator",
75137512
"dbserver",
75147513
"agent",
75157514
"single"
75167515
],
7517-
"default" : 19863724032,
7516+
"default" : 19863721575,
75187517
"deprecatedIn" : null,
75197518
"description" : "The memory threshold per AQL query (in bytes, 0 = no limit).",
75207519
"dynamic" : true,
@@ -8626,7 +8625,7 @@
86268625
"agent",
86278626
"single"
86288627
],
8629-
"default" : 9287616921,
8628+
"default" : 9287615692,
86308629
"deprecatedIn" : null,
86318630
"description" : "The size of block cache (in bytes).",
86328631
"dynamic" : true,
@@ -9295,35 +9294,6 @@
92959294
"section" : "rocksdb",
92969295
"type" : "boolean"
92979296
},
9298-
"rocksdb.force-legacy-little-endian-keys" : {
9299-
"category" : "option",
9300-
"component" : [
9301-
"dbserver",
9302-
"agent",
9303-
"single"
9304-
],
9305-
"default" : false,
9306-
"deprecatedIn" : null,
9307-
"description" : "Force usage of legacy little endian key encoding when creating a new RocksDB database directory. DO NOT USE IN PRODUCTION.",
9308-
"dynamic" : false,
9309-
"enterpriseOnly" : false,
9310-
"experimental" : true,
9311-
"hidden" : true,
9312-
"introducedIn" : [
9313-
"v3.12.0"
9314-
],
9315-
"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!",
9316-
"obsolete" : false,
9317-
"os" : [
9318-
"linux",
9319-
"macos",
9320-
"windows"
9321-
],
9322-
"required" : false,
9323-
"requiresValue" : false,
9324-
"section" : "rocksdb",
9325-
"type" : "boolean"
9326-
},
93279297
"rocksdb.format-version" : {
93289298
"base" : 1,
93299299
"category" : "option",
@@ -11002,7 +10972,7 @@
1100210972
"agent",
1100310973
"single"
1100410974
],
11005-
"default" : 12383489228,
10975+
"default" : 12383487590,
1100610976
"deprecatedIn" : null,
1100710977
"description" : "The maximum total size of in-memory write buffers (0 = unbounded).",
1100810978
"dynamic" : true,
@@ -11541,7 +11511,7 @@
1154111511
"agent",
1154211512
"single"
1154311513
],
11544-
"default" : 10,
11514+
"default" : 0,
1154511515
"deprecatedIn" : null,
1154611516
"description" : "Cluster metrics polling timeout (in seconds).",
1154711517
"dynamic" : false,
@@ -11772,33 +11742,6 @@
1177211742
"section" : "server",
1177311743
"type" : "boolean"
1177411744
},
11775-
"server.failure-point" : {
11776-
"category" : "option",
11777-
"component" : [
11778-
"coordinator",
11779-
"dbserver",
11780-
"agent",
11781-
"single"
11782-
],
11783-
"default" : [
11784-
],
11785-
"deprecatedIn" : null,
11786-
"description" : "The failure point to set during server startup (requires compilation with failure points support).",
11787-
"dynamic" : false,
11788-
"enterpriseOnly" : false,
11789-
"experimental" : false,
11790-
"hidden" : true,
11791-
"introducedIn" : null,
11792-
"obsolete" : false,
11793-
"os" : [
11794-
"linux",
11795-
"macos",
11796-
"windows"
11797-
],
11798-
"requiresValue" : true,
11799-
"section" : "server",
11800-
"type" : "string..."
11801-
},
1180211745
"server.gid" : {
1180311746
"category" : "option",
1180411747
"component" : [

site/data/3.10/arangodump.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@
12621262
},
12631263
"server.authentication" : {
12641264
"category" : "option",
1265-
"default" : false,
1265+
"default" : true,
12661266
"deprecatedIn" : null,
12671267
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
12681268
"dynamic" : false,
@@ -1329,7 +1329,7 @@
13291329
"server.endpoint" : {
13301330
"category" : "option",
13311331
"default" : [
1332-
"http+tcp://127.0.0.1:8529"
1332+
"tcp://127.0.0.1:8529"
13331333
],
13341334
"deprecatedIn" : null,
13351335
"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.10/arangoexport.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@
11101110
},
11111111
"server.authentication" : {
11121112
"category" : "option",
1113-
"default" : false,
1113+
"default" : true,
11141114
"deprecatedIn" : null,
11151115
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
11161116
"dynamic" : false,
@@ -1177,7 +1177,7 @@
11771177
"server.endpoint" : {
11781178
"category" : "option",
11791179
"default" : [
1180-
"http+tcp://127.0.0.1:8529"
1180+
"tcp://127.0.0.1:8529"
11811181
],
11821182
"deprecatedIn" : null,
11831183
"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.10/arangoimport.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@
12901290
},
12911291
"server.authentication" : {
12921292
"category" : "option",
1293-
"default" : false,
1293+
"default" : true,
12941294
"deprecatedIn" : null,
12951295
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
12961296
"dynamic" : false,
@@ -1357,7 +1357,7 @@
13571357
"server.endpoint" : {
13581358
"category" : "option",
13591359
"default" : [
1360-
"http+tcp://127.0.0.1:8529"
1360+
"tcp://127.0.0.1:8529"
13611361
],
13621362
"deprecatedIn" : null,
13631363
"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.10/arangoinspect.json

Lines changed: 2 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -770,51 +770,9 @@
770770
"section" : "javascript",
771771
"type" : "string..."
772772
},
773-
"javascript.run-main" : {
774-
"category" : "option",
775-
"default" : false,
776-
"deprecatedIn" : null,
777-
"description" : "Execute main function.",
778-
"dynamic" : false,
779-
"enterpriseOnly" : false,
780-
"experimental" : false,
781-
"hidden" : false,
782-
"introducedIn" : null,
783-
"obsolete" : false,
784-
"os" : [
785-
"linux",
786-
"macos",
787-
"windows"
788-
],
789-
"required" : false,
790-
"requiresValue" : false,
791-
"section" : "javascript",
792-
"type" : "boolean"
793-
},
794-
"javascript.script-parameter" : {
795-
"category" : "option",
796-
"default" : [
797-
],
798-
"deprecatedIn" : null,
799-
"description" : "Script parameter.",
800-
"dynamic" : false,
801-
"enterpriseOnly" : false,
802-
"experimental" : false,
803-
"hidden" : false,
804-
"introducedIn" : null,
805-
"obsolete" : false,
806-
"os" : [
807-
"linux",
808-
"macos",
809-
"windows"
810-
],
811-
"requiresValue" : true,
812-
"section" : "javascript",
813-
"type" : "string..."
814-
},
815773
"javascript.startup-directory" : {
816774
"category" : "option",
817-
"default" : "./js",
775+
"default" : "/usr/share/arangodb3/js",
818776
"deprecatedIn" : null,
819777
"description" : "The startup paths containing the JavaScript files.",
820778
"dynamic" : false,
@@ -1759,7 +1717,7 @@
17591717
"server.endpoint" : {
17601718
"category" : "option",
17611719
"default" : [
1762-
"http+tcp://127.0.0.1:8529"
1720+
"tcp://127.0.0.1:8529"
17631721
],
17641722
"deprecatedIn" : null,
17651723
"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.10/arangorestore.json

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -417,27 +417,6 @@
417417
"section" : "",
418418
"type" : "boolean"
419419
},
420-
"fail-after-update-continue-file" : {
421-
"category" : "option",
422-
"default" : false,
423-
"deprecatedIn" : null,
424-
"description" : "",
425-
"dynamic" : false,
426-
"enterpriseOnly" : false,
427-
"experimental" : false,
428-
"hidden" : true,
429-
"introducedIn" : null,
430-
"obsolete" : false,
431-
"os" : [
432-
"linux",
433-
"macos",
434-
"windows"
435-
],
436-
"required" : false,
437-
"requiresValue" : false,
438-
"section" : "",
439-
"type" : "boolean"
440-
},
441420
"force" : {
442421
"category" : "option",
443422
"default" : false,
@@ -1365,7 +1344,7 @@
13651344
},
13661345
"server.authentication" : {
13671346
"category" : "option",
1368-
"default" : false,
1347+
"default" : true,
13691348
"deprecatedIn" : null,
13701349
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13711350
"dynamic" : false,
@@ -1432,7 +1411,7 @@
14321411
"server.endpoint" : {
14331412
"category" : "option",
14341413
"default" : [
1435-
"http+tcp://127.0.0.1:8529"
1414+
"tcp://127.0.0.1:8529"
14361415
],
14371416
"deprecatedIn" : null,
14381417
"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)