Skip to content

Commit bda3c3d

Browse files
committed
[skip ci] Automatic commit of generated files from CircleCI
1 parent d1ba2c3 commit bda3c3d

19 files changed

+298
-56
lines changed

site/data/3.11/arangod.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@
14001400
"agent",
14011401
"single"
14021402
],
1403-
"default" : 7735569408,
1403+
"default" : 7735567360,
14041404
"deprecatedIn" : null,
14051405
"description" : "The global size limit for all caches (in bytes).",
14061406
"dynamic" : true,
@@ -7575,15 +7575,15 @@
75757575
"type" : "boolean"
75767576
},
75777577
"query.global-memory-limit" : {
7578-
"base" : 33089761280,
7578+
"base" : 33089753088,
75797579
"category" : "option",
75807580
"component" : [
75817581
"coordinator",
75827582
"dbserver",
75837583
"agent",
75847584
"single"
75857585
],
7586-
"default" : 26802706636,
7586+
"default" : 26802700002,
75877587
"deprecatedIn" : null,
75887588
"description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).",
75897589
"dynamic" : true,
@@ -7873,15 +7873,15 @@
78737873
"type" : "double"
78747874
},
78757875
"query.memory-limit" : {
7876-
"base" : 33089761280,
7876+
"base" : 33089753088,
78777877
"category" : "option",
78787878
"component" : [
78797879
"coordinator",
78807880
"dbserver",
78817881
"agent",
78827882
"single"
78837883
],
7884-
"default" : 19853856768,
7884+
"default" : 19853851853,
78857885
"deprecatedIn" : null,
78867886
"description" : "The memory threshold per AQL query (in bytes, 0 = no limit).",
78877887
"dynamic" : true,
@@ -9116,7 +9116,7 @@
91169116
"agent",
91179117
"single"
91189118
],
9119-
"default" : 9282683289,
9119+
"default" : 9282680832,
91209120
"deprecatedIn" : null,
91219121
"description" : "The size of block cache (in bytes).",
91229122
"dynamic" : true,
@@ -11725,7 +11725,7 @@
1172511725
"agent",
1172611726
"single"
1172711727
],
11728-
"default" : 12376911052,
11728+
"default" : 12376907776,
1172911729
"deprecatedIn" : null,
1173011730
"description" : "The maximum total size of in-memory write buffers (0 = unbounded).",
1173111731
"dynamic" : true,

site/data/3.12/arangobackup.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@
10061006
},
10071007
"server.authentication" : {
10081008
"category" : "option",
1009-
"default" : false,
1009+
"default" : true,
10101010
"deprecatedIn" : null,
10111011
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
10121012
"dynamic" : false,
@@ -1067,7 +1067,7 @@
10671067
"server.endpoint" : {
10681068
"category" : "option",
10691069
"default" : [
1070-
"http+tcp://127.0.0.1:8529"
1070+
"tcp://127.0.0.1:8529"
10711071
],
10721072
"deprecatedIn" : null,
10731073
"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.12/arangobench.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@
12751275
},
12761276
"server.authentication" : {
12771277
"category" : "option",
1278-
"default" : false,
1278+
"default" : true,
12791279
"deprecatedIn" : null,
12801280
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
12811281
"dynamic" : false,
@@ -1336,7 +1336,7 @@
13361336
"server.endpoint" : {
13371337
"category" : "option",
13381338
"default" : [
1339-
"http+tcp://127.0.0.1:8529"
1339+
"tcp://127.0.0.1:8529"
13401340
],
13411341
"deprecatedIn" : null,
13421342
"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.12/arangod.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,7 @@
14531453
"agent",
14541454
"single"
14551455
],
1456-
"default" : 7735569408,
1456+
"default" : 7735567360,
14571457
"deprecatedIn" : null,
14581458
"description" : "The global size limit for all caches (in bytes).",
14591459
"dynamic" : true,
@@ -2399,7 +2399,7 @@
23992399
"agent",
24002400
"single"
24012401
],
2402-
"default" : "",
2402+
"default" : "/var/lib/arangodb3",
24032403
"deprecatedIn" : null,
24042404
"description" : "The path to the database directory.",
24052405
"dynamic" : false,
@@ -2865,7 +2865,7 @@
28652865
"dbserver",
28662866
"single"
28672867
],
2868-
"default" : 6188455526,
2868+
"default" : 6188453888,
28692869
"deprecatedIn" : null,
28702870
"description" : "Maximum memory usage (in bytes) to be used by all ongoing dumps.",
28712871
"dynamic" : true,
@@ -3536,7 +3536,7 @@
35363536
"coordinator",
35373537
"single"
35383538
],
3539-
"default" : "./js/apps",
3539+
"default" : "/var/lib/arangodb3-apps",
35403540
"deprecatedIn" : null,
35413541
"description" : "The directory for Foxx applications.",
35423542
"dynamic" : false,
@@ -3800,7 +3800,6 @@
38003800
"single"
38013801
],
38023802
"default" : [
3803-
"./enterprise/js"
38043803
],
38053804
"deprecatedIn" : null,
38063805
"description" : "Additional paths containing JavaScript modules.",
@@ -3873,7 +3872,7 @@
38733872
"coordinator",
38743873
"single"
38753874
],
3876-
"default" : "./js",
3875+
"default" : "/usr/share/arangodb3/js",
38773876
"deprecatedIn" : null,
38783877
"description" : "A path to the directory containing the JavaScript startup scripts.",
38793878
"dynamic" : false,
@@ -4319,7 +4318,7 @@
43194318
"agent",
43204319
"single"
43214320
],
4322-
"default" : "",
4321+
"default" : "-",
43234322
"deprecatedIn" : null,
43244323
"description" : "Shortcut for `--log.output file://<filename>`",
43254324
"dynamic" : false,
@@ -5757,15 +5756,15 @@
57575756
"type" : "boolean"
57585757
},
57595758
"query.global-memory-limit" : {
5760-
"base" : 33089761280,
5759+
"base" : 33089753088,
57615760
"category" : "option",
57625761
"component" : [
57635762
"coordinator",
57645763
"dbserver",
57655764
"agent",
57665765
"single"
57675766
],
5768-
"default" : 26802706636,
5767+
"default" : 26802700002,
57695768
"deprecatedIn" : null,
57705769
"description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).",
57715770
"dynamic" : true,
@@ -6092,15 +6091,15 @@
60926091
"type" : "uint64"
60936092
},
60946093
"query.memory-limit" : {
6095-
"base" : 33089761280,
6094+
"base" : 33089753088,
60966095
"category" : "option",
60976096
"component" : [
60986097
"coordinator",
60996098
"dbserver",
61006099
"agent",
61016100
"single"
61026101
],
6103-
"default" : 19853856768,
6102+
"default" : 19853851853,
61046103
"deprecatedIn" : null,
61056104
"description" : "The memory threshold per AQL query (in bytes, 0 = no limit).",
61066105
"dynamic" : true,
@@ -7357,7 +7356,7 @@
73577356
"agent",
73587357
"single"
73597358
],
7360-
"default" : 9282683289,
7359+
"default" : 9282680832,
73617360
"deprecatedIn" : null,
73627361
"description" : "The size of block cache (in bytes).",
73637362
"dynamic" : true,
@@ -9993,7 +9992,7 @@
99939992
"agent",
99949993
"single"
99959994
],
9996-
"default" : 12376911052,
9995+
"default" : 12376907776,
99979996
"deprecatedIn" : null,
99989997
"description" : "The maximum total size of in-memory write buffers (0 = unbounded).",
99999998
"dynamic" : true,

site/data/3.12/arangodump.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@
13451345
},
13461346
"server.authentication" : {
13471347
"category" : "option",
1348-
"default" : false,
1348+
"default" : true,
13491349
"deprecatedIn" : null,
13501350
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13511351
"dynamic" : false,
@@ -1406,7 +1406,7 @@
14061406
"server.endpoint" : {
14071407
"category" : "option",
14081408
"default" : [
1409-
"http+tcp://127.0.0.1:8529"
1409+
"tcp://127.0.0.1:8529"
14101410
],
14111411
"deprecatedIn" : null,
14121412
"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.12/arangoexport.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@
10921092
},
10931093
"server.authentication" : {
10941094
"category" : "option",
1095-
"default" : false,
1095+
"default" : true,
10961096
"deprecatedIn" : null,
10971097
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
10981098
"dynamic" : false,
@@ -1153,7 +1153,7 @@
11531153
"server.endpoint" : {
11541154
"category" : "option",
11551155
"default" : [
1156-
"http+tcp://127.0.0.1:8529"
1156+
"tcp://127.0.0.1:8529"
11571157
],
11581158
"deprecatedIn" : null,
11591159
"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.12/arangoimport.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"category" : "option",
2323
"default" : false,
2424
"deprecatedIn" : null,
25-
"description" : "Use backslash as the escape character for quotes. Used for CSV and TSV imports.",
25+
"description" : "Use backslash as the escape character for quotes. Used for CSV imports only.",
2626
"dynamic" : false,
2727
"enterpriseOnly" : false,
2828
"experimental" : false,
@@ -1203,7 +1203,7 @@
12031203
"category" : "option",
12041204
"default" : "\"",
12051205
"deprecatedIn" : null,
1206-
"description" : "Quote character(s). Used for CSV and TSV.",
1206+
"description" : "The character that encloses field values. Used for CSV imports only.",
12071207
"dynamic" : false,
12081208
"enterpriseOnly" : false,
12091209
"experimental" : false,
@@ -1281,7 +1281,7 @@
12811281
},
12821282
"server.authentication" : {
12831283
"category" : "option",
1284-
"default" : false,
1284+
"default" : true,
12851285
"deprecatedIn" : null,
12861286
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
12871287
"dynamic" : false,
@@ -1342,7 +1342,7 @@
13421342
"server.endpoint" : {
13431343
"category" : "option",
13441344
"default" : [
1345-
"http+tcp://127.0.0.1:8529"
1345+
"tcp://127.0.0.1:8529"
13461346
],
13471347
"deprecatedIn" : null,
13481348
"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.12/arangoinspect.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@
772772
},
773773
"javascript.startup-directory" : {
774774
"category" : "option",
775-
"default" : "./js",
775+
"default" : "/usr/share/arangodb3/js",
776776
"deprecatedIn" : null,
777777
"description" : "The startup paths containing the JavaScript files.",
778778
"dynamic" : false,
@@ -1628,7 +1628,7 @@
16281628
"server.endpoint" : {
16291629
"category" : "option",
16301630
"default" : [
1631-
"http+tcp://127.0.0.1:8529"
1631+
"tcp://127.0.0.1:8529"
16321632
],
16331633
"deprecatedIn" : null,
16341634
"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.12/arangorestore.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,7 @@
13281328
},
13291329
"server.authentication" : {
13301330
"category" : "option",
1331-
"default" : false,
1331+
"default" : true,
13321332
"deprecatedIn" : null,
13331333
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13341334
"dynamic" : false,
@@ -1389,7 +1389,7 @@
13891389
"server.endpoint" : {
13901390
"category" : "option",
13911391
"default" : [
1392-
"http+tcp://127.0.0.1:8529"
1392+
"tcp://127.0.0.1:8529"
13931393
],
13941394
"deprecatedIn" : null,
13951395
"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.12/arangosh.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
},
425425
"javascript.allow-external-process-control" : {
426426
"category" : "option",
427-
"default" : true,
427+
"default" : false,
428428
"deprecatedIn" : null,
429429
"description" : "Allow the execution and control of external processes from within JavaScript actions.",
430430
"dynamic" : false,
@@ -443,7 +443,7 @@
443443
},
444444
"javascript.allow-port-testing" : {
445445
"category" : "option",
446-
"default" : true,
446+
"default" : false,
447447
"deprecatedIn" : null,
448448
"description" : "Allow the testing of ports from within JavaScript actions.",
449449
"dynamic" : false,
@@ -754,7 +754,6 @@
754754
"javascript.module-directory" : {
755755
"category" : "option",
756756
"default" : [
757-
"./enterprise/js"
758757
],
759758
"deprecatedIn" : null,
760759
"description" : "Additional paths containing JavaScript modules.",
@@ -773,7 +772,7 @@
773772
},
774773
"javascript.startup-directory" : {
775774
"category" : "option",
776-
"default" : "./js",
775+
"default" : "/usr/share/arangodb3/js",
777776
"deprecatedIn" : null,
778777
"description" : "The startup paths containing the JavaScript files.",
779778
"dynamic" : false,
@@ -1568,7 +1567,7 @@
15681567
},
15691568
"server.authentication" : {
15701569
"category" : "option",
1571-
"default" : false,
1570+
"default" : true,
15721571
"deprecatedIn" : null,
15731572
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
15741573
"dynamic" : false,
@@ -1629,7 +1628,7 @@
16291628
"server.endpoint" : {
16301629
"category" : "option",
16311630
"default" : [
1632-
"http+tcp://127.0.0.1:8529"
1631+
"tcp://127.0.0.1:8529"
16331632
],
16341633
"deprecatedIn" : null,
16351634
"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)