Skip to content

Commit 812af60

Browse files
arangodb-docs-automation[bot]CircleCI Job
andauthored
[skip ci] Automatic commit of generated files from CircleCI (#400)
Co-authored-by: CircleCI Job <[email protected]>
1 parent 3fda148 commit 812af60

File tree

11 files changed

+46
-209
lines changed

11 files changed

+46
-209
lines changed

site/data/3.10/arangobackup.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@
10411041
},
10421042
"server.authentication" : {
10431043
"category" : "option",
1044-
"default" : false,
1044+
"default" : true,
10451045
"deprecatedIn" : null,
10461046
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
10471047
"dynamic" : false,
@@ -1108,7 +1108,7 @@
11081108
"server.endpoint" : {
11091109
"category" : "option",
11101110
"default" : [
1111-
"http+tcp://127.0.0.1:8529"
1111+
"tcp://127.0.0.1:8529"
11121112
],
11131113
"deprecatedIn" : null,
11141114
"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
@@ -1359,7 +1359,7 @@
13591359
},
13601360
"server.authentication" : {
13611361
"category" : "option",
1362-
"default" : false,
1362+
"default" : true,
13631363
"deprecatedIn" : null,
13641364
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13651365
"dynamic" : false,
@@ -1426,7 +1426,7 @@
14261426
"server.endpoint" : {
14271427
"category" : "option",
14281428
"default" : [
1429-
"http+tcp://127.0.0.1:8529"
1429+
"tcp://127.0.0.1:8529"
14301430
],
14311431
"deprecatedIn" : null,
14321432
"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" : 7754362880,
1112+
"default" : 7739682816,
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,
@@ -7274,15 +7273,15 @@
72747273
"type" : "boolean"
72757274
},
72767275
"query.global-memory-limit" : {
7277-
"base" : 33164935168,
7276+
"base" : 33106214912,
72787277
"category" : "option",
72797278
"component" : [
72807279
"coordinator",
72817280
"dbserver",
72827281
"agent",
72837282
"single"
72847283
],
7285-
"default" : 26863597486,
7284+
"default" : 26816034078,
72867285
"deprecatedIn" : null,
72877286
"description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).",
72887287
"dynamic" : true,
@@ -7540,15 +7539,15 @@
75407539
"type" : "double"
75417540
},
75427541
"query.memory-limit" : {
7543-
"base" : 33164935168,
7542+
"base" : 33106214912,
75447543
"category" : "option",
75457544
"component" : [
75467545
"coordinator",
75477546
"dbserver",
75487547
"agent",
75497548
"single"
75507549
],
7551-
"default" : 19898961101,
7550+
"default" : 19863728947,
75527551
"deprecatedIn" : null,
75537552
"description" : "The memory threshold per AQL query (in bytes, 0 = no limit).",
75547553
"dynamic" : true,
@@ -8660,7 +8659,7 @@
86608659
"agent",
86618660
"single"
86628661
],
8663-
"default" : 9305235456,
8662+
"default" : 9287619379,
86648663
"deprecatedIn" : null,
86658664
"description" : "The size of block cache (in bytes).",
86668665
"dynamic" : true,
@@ -9329,35 +9328,6 @@
93299328
"section" : "rocksdb",
93309329
"type" : "boolean"
93319330
},
9332-
"rocksdb.force-legacy-little-endian-keys" : {
9333-
"category" : "option",
9334-
"component" : [
9335-
"dbserver",
9336-
"agent",
9337-
"single"
9338-
],
9339-
"default" : false,
9340-
"deprecatedIn" : null,
9341-
"description" : "Force usage of legacy little endian key encoding when creating a new RocksDB database directory. DO NOT USE IN PRODUCTION.",
9342-
"dynamic" : false,
9343-
"enterpriseOnly" : false,
9344-
"experimental" : true,
9345-
"hidden" : true,
9346-
"introducedIn" : [
9347-
"v3.12.0"
9348-
],
9349-
"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!",
9350-
"obsolete" : false,
9351-
"os" : [
9352-
"linux",
9353-
"macos",
9354-
"windows"
9355-
],
9356-
"required" : false,
9357-
"requiresValue" : false,
9358-
"section" : "rocksdb",
9359-
"type" : "boolean"
9360-
},
93619331
"rocksdb.format-version" : {
93629332
"base" : 1,
93639333
"category" : "option",
@@ -11036,7 +11006,7 @@
1103611006
"agent",
1103711007
"single"
1103811008
],
11039-
"default" : 12406980608,
11009+
"default" : 12383492505,
1104011010
"deprecatedIn" : null,
1104111011
"description" : "The maximum total size of in-memory write buffers (0 = unbounded).",
1104211012
"dynamic" : true,
@@ -11575,7 +11545,7 @@
1157511545
"agent",
1157611546
"single"
1157711547
],
11578-
"default" : 10,
11548+
"default" : 0,
1157911549
"deprecatedIn" : null,
1158011550
"description" : "Cluster metrics polling timeout (in seconds).",
1158111551
"dynamic" : false,
@@ -11806,33 +11776,6 @@
1180611776
"section" : "server",
1180711777
"type" : "boolean"
1180811778
},
11809-
"server.failure-point" : {
11810-
"category" : "option",
11811-
"component" : [
11812-
"coordinator",
11813-
"dbserver",
11814-
"agent",
11815-
"single"
11816-
],
11817-
"default" : [
11818-
],
11819-
"deprecatedIn" : null,
11820-
"description" : "The failure point to set during server startup (requires compilation with failure points support).",
11821-
"dynamic" : false,
11822-
"enterpriseOnly" : false,
11823-
"experimental" : false,
11824-
"hidden" : true,
11825-
"introducedIn" : null,
11826-
"obsolete" : false,
11827-
"os" : [
11828-
"linux",
11829-
"macos",
11830-
"windows"
11831-
],
11832-
"requiresValue" : true,
11833-
"section" : "server",
11834-
"type" : "string..."
11835-
},
1183611779
"server.gid" : {
1183711780
"category" : "option",
1183811781
"component" : [

site/data/3.10/arangodump.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/arangoexport.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@
11381138
},
11391139
"server.authentication" : {
11401140
"category" : "option",
1141-
"default" : false,
1141+
"default" : true,
11421142
"deprecatedIn" : null,
11431143
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
11441144
"dynamic" : false,
@@ -1205,7 +1205,7 @@
12051205
"server.endpoint" : {
12061206
"category" : "option",
12071207
"default" : [
1208-
"http+tcp://127.0.0.1:8529"
1208+
"tcp://127.0.0.1:8529"
12091209
],
12101210
"deprecatedIn" : null,
12111211
"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
@@ -1318,7 +1318,7 @@
13181318
},
13191319
"server.authentication" : {
13201320
"category" : "option",
1321-
"default" : false,
1321+
"default" : true,
13221322
"deprecatedIn" : null,
13231323
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13241324
"dynamic" : false,
@@ -1385,7 +1385,7 @@
13851385
"server.endpoint" : {
13861386
"category" : "option",
13871387
"default" : [
1388-
"http+tcp://127.0.0.1:8529"
1388+
"tcp://127.0.0.1:8529"
13891389
],
13901390
"deprecatedIn" : null,
13911391
"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,
@@ -1787,7 +1745,7 @@
17871745
"server.endpoint" : {
17881746
"category" : "option",
17891747
"default" : [
1790-
"http+tcp://127.0.0.1:8529"
1748+
"tcp://127.0.0.1:8529"
17911749
],
17921750
"deprecatedIn" : null,
17931751
"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,
@@ -1393,7 +1372,7 @@
13931372
},
13941373
"server.authentication" : {
13951374
"category" : "option",
1396-
"default" : false,
1375+
"default" : true,
13971376
"deprecatedIn" : null,
13981377
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13991378
"dynamic" : false,
@@ -1460,7 +1439,7 @@
14601439
"server.endpoint" : {
14611440
"category" : "option",
14621441
"default" : [
1463-
"http+tcp://127.0.0.1:8529"
1442+
"tcp://127.0.0.1:8529"
14641443
],
14651444
"deprecatedIn" : null,
14661445
"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)