Skip to content

[CircleCI Generated] generate-scheduled-12104 #708

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site/data/3.11/arangobackup.json
Original file line number Diff line number Diff line change
@@ -1063,7 +1063,7 @@
},
"server.authentication" : {
"category" : "option",
"default" : false,
"default" : true,
"deprecatedIn" : null,
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
"dynamic" : false,
@@ -1130,7 +1130,7 @@
"server.endpoint" : {
"category" : "option",
"default" : [
"http+tcp://127.0.0.1:8529"
"tcp://127.0.0.1:8529"
],
"deprecatedIn" : null,
"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://",
4 changes: 2 additions & 2 deletions site/data/3.11/arangobench.json
Original file line number Diff line number Diff line change
@@ -1381,7 +1381,7 @@
},
"server.authentication" : {
"category" : "option",
"default" : false,
"default" : true,
"deprecatedIn" : null,
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
"dynamic" : false,
@@ -1448,7 +1448,7 @@
"server.endpoint" : {
"category" : "option",
"default" : [
"http+tcp://127.0.0.1:8529"
"tcp://127.0.0.1:8529"
],
"deprecatedIn" : null,
"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://",
23 changes: 11 additions & 12 deletions site/data/3.11/arangod.json
Original file line number Diff line number Diff line change
@@ -1400,7 +1400,7 @@
"agent",
"single"
],
"default" : 7735567360,
"default" : 7735569408,
"deprecatedIn" : null,
"description" : "The global size limit for all caches (in bytes).",
"dynamic" : true,
@@ -2347,7 +2347,7 @@
"agent",
"single"
],
"default" : "",
"default" : "/var/lib/arangodb3",
"deprecatedIn" : null,
"description" : "The path to the database directory.",
"dynamic" : false,
@@ -3454,7 +3454,7 @@
"coordinator",
"single"
],
"default" : "./js/apps",
"default" : "/var/lib/arangodb3-apps",
"deprecatedIn" : null,
"description" : "The directory for Foxx applications.",
"dynamic" : false,
@@ -3752,7 +3752,6 @@
"single"
],
"default" : [
"./enterprise/js"
],
"deprecatedIn" : null,
"description" : "Additional paths containing JavaScript modules.",
@@ -3831,7 +3830,7 @@
"coordinator",
"single"
],
"default" : "./js",
"default" : "/usr/share/arangodb3/js",
"deprecatedIn" : null,
"description" : "A path to the directory containing the JavaScript startup scripts.",
"dynamic" : false,
@@ -6221,7 +6220,7 @@
"agent",
"single"
],
"default" : "",
"default" : "-",
"deprecatedIn" : null,
"description" : "Shortcut for `--log.output file://<filename>`",
"dynamic" : false,
@@ -7576,15 +7575,15 @@
"type" : "boolean"
},
"query.global-memory-limit" : {
"base" : 33089753088,
"base" : 33089761280,
"category" : "option",
"component" : [
"coordinator",
"dbserver",
"agent",
"single"
],
"default" : 26802700002,
"default" : 26802706636,
"deprecatedIn" : null,
"description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).",
"dynamic" : true,
@@ -7874,15 +7873,15 @@
"type" : "double"
},
"query.memory-limit" : {
"base" : 33089753088,
"base" : 33089761280,
"category" : "option",
"component" : [
"coordinator",
"dbserver",
"agent",
"single"
],
"default" : 19853851853,
"default" : 19853856768,
"deprecatedIn" : null,
"description" : "The memory threshold per AQL query (in bytes, 0 = no limit).",
"dynamic" : true,
@@ -9117,7 +9116,7 @@
"agent",
"single"
],
"default" : 9282680832,
"default" : 9282683289,
"deprecatedIn" : null,
"description" : "The size of block cache (in bytes).",
"dynamic" : true,
@@ -11726,7 +11725,7 @@
"agent",
"single"
],
"default" : 12376907776,
"default" : 12376911052,
"deprecatedIn" : null,
"description" : "The maximum total size of in-memory write buffers (0 = unbounded).",
"dynamic" : true,
4 changes: 2 additions & 2 deletions site/data/3.11/arangodump.json
Original file line number Diff line number Diff line change
@@ -1339,7 +1339,7 @@
},
"server.authentication" : {
"category" : "option",
"default" : false,
"default" : true,
"deprecatedIn" : null,
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
"dynamic" : false,
@@ -1406,7 +1406,7 @@
"server.endpoint" : {
"category" : "option",
"default" : [
"http+tcp://127.0.0.1:8529"
"tcp://127.0.0.1:8529"
],
"deprecatedIn" : null,
"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://",
4 changes: 2 additions & 2 deletions site/data/3.11/arangoexport.json
Original file line number Diff line number Diff line change
@@ -1160,7 +1160,7 @@
},
"server.authentication" : {
"category" : "option",
"default" : false,
"default" : true,
"deprecatedIn" : null,
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
"dynamic" : false,
@@ -1227,7 +1227,7 @@
"server.endpoint" : {
"category" : "option",
"default" : [
"http+tcp://127.0.0.1:8529"
"tcp://127.0.0.1:8529"
],
"deprecatedIn" : null,
"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://",
4 changes: 2 additions & 2 deletions site/data/3.11/arangoimport.json
Original file line number Diff line number Diff line change
@@ -1340,7 +1340,7 @@
},
"server.authentication" : {
"category" : "option",
"default" : false,
"default" : true,
"deprecatedIn" : null,
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
"dynamic" : false,
@@ -1407,7 +1407,7 @@
"server.endpoint" : {
"category" : "option",
"default" : [
"http+tcp://127.0.0.1:8529"
"tcp://127.0.0.1:8529"
],
"deprecatedIn" : null,
"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://",
4 changes: 2 additions & 2 deletions site/data/3.11/arangoinspect.json
Original file line number Diff line number Diff line change
@@ -818,7 +818,7 @@
},
"javascript.startup-directory" : {
"category" : "option",
"default" : "./js",
"default" : "/usr/share/arangodb3/js",
"deprecatedIn" : null,
"description" : "The startup paths containing the JavaScript files.",
"dynamic" : false,
@@ -1792,7 +1792,7 @@
"server.endpoint" : {
"category" : "option",
"default" : [
"http+tcp://127.0.0.1:8529"
"tcp://127.0.0.1:8529"
],
"deprecatedIn" : null,
"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://",
4 changes: 2 additions & 2 deletions site/data/3.11/arangorestore.json
Original file line number Diff line number Diff line change
@@ -1394,7 +1394,7 @@
},
"server.authentication" : {
"category" : "option",
"default" : false,
"default" : true,
"deprecatedIn" : null,
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
"dynamic" : false,
@@ -1461,7 +1461,7 @@
"server.endpoint" : {
"category" : "option",
"default" : [
"http+tcp://127.0.0.1:8529"
"tcp://127.0.0.1:8529"
],
"deprecatedIn" : null,
"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://",
11 changes: 5 additions & 6 deletions site/data/3.11/arangosh.json
Original file line number Diff line number Diff line change
@@ -418,7 +418,7 @@
},
"javascript.allow-external-process-control" : {
"category" : "option",
"default" : true,
"default" : false,
"deprecatedIn" : null,
"description" : "Allow the execution and control of external processes from within JavaScript actions.",
"dynamic" : false,
@@ -441,7 +441,7 @@
},
"javascript.allow-port-testing" : {
"category" : "option",
"default" : true,
"default" : false,
"deprecatedIn" : null,
"description" : "Allow the testing of ports from within JavaScript actions.",
"dynamic" : false,
@@ -798,7 +798,6 @@
"javascript.module-directory" : {
"category" : "option",
"default" : [
"./enterprise/js"
],
"deprecatedIn" : null,
"description" : "Additional paths containing JavaScript modules.",
@@ -819,7 +818,7 @@
},
"javascript.startup-directory" : {
"category" : "option",
"default" : "./js",
"default" : "/usr/share/arangodb3/js",
"deprecatedIn" : null,
"description" : "The startup paths containing the JavaScript files.",
"dynamic" : false,
@@ -1726,7 +1725,7 @@
},
"server.authentication" : {
"category" : "option",
"default" : false,
"default" : true,
"deprecatedIn" : null,
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
"dynamic" : false,
@@ -1793,7 +1792,7 @@
"server.endpoint" : {
"category" : "option",
"default" : [
"http+tcp://127.0.0.1:8529"
"tcp://127.0.0.1:8529"
],
"deprecatedIn" : null,
"description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// or vst+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp://, vst+tcp:// or unix://.",
Loading