From ea4e0663f741299bbac852c218f6723078ff774c Mon Sep 17 00:00:00 2001 From: James Elliott Date: Thu, 1 Sep 2022 12:31:59 +1000 Subject: [PATCH] docs: fix default timeouts (#3938) --- .../en/configuration/telemetry/metrics.md | 6 +-- .../authelia-gen/authelia-gen_docs_date.md | 41 +++++++++++++++++++ 2 files changed, 44 insertions(+), 3 deletions(-) create mode 100644 docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_date.md diff --git a/docs/content/en/configuration/telemetry/metrics.md b/docs/content/en/configuration/telemetry/metrics.md index a8d347ea8..42c209082 100644 --- a/docs/content/en/configuration/telemetry/metrics.md +++ b/docs/content/en/configuration/telemetry/metrics.md @@ -25,9 +25,9 @@ telemetry: read: 4096 write: 4096 timeouts: - read: 10s - write: 10s - idle: 10s + read: 2s + write: 2s + idle: 30s ``` ## Options diff --git a/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_date.md b/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_date.md new file mode 100644 index 000000000..3aa716197 --- /dev/null +++ b/docs/content/en/reference/cli/authelia-gen/authelia-gen_docs_date.md @@ -0,0 +1,41 @@ +--- +title: "authelia-gen docs date" +description: "Reference for the authelia-gen docs date command." +lead: "" +date: 2022-09-01T12:28:38+10:00 +draft: false +images: [] +menu: + reference: + parent: "cli-authelia-gen" +weight: 330 +toc: true +--- + +## authelia-gen docs date + +Generate doc dates + +``` +authelia-gen docs date [flags] +``` + +### Options + +``` + --commit-since string The commit to check the logs since + --commit-until string The commit to check the logs until (default "HEAD") + -d, --directory string The directory to modify (default "./docs/content") + -h, --help help for date +``` + +### Options inherited from parent commands + +``` + -C, --cwd string Sets the CWD for git commands +``` + +### SEE ALSO + +* [authelia-gen docs](authelia-gen_docs.md) - Generate docs +