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 +