docs: fix default timeouts (#3938)

pull/3935/head^2
James Elliott 2022-09-01 12:31:59 +10:00 committed by GitHub
parent f17268ee80
commit ea4e0663f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 44 additions and 3 deletions

View File

@ -25,9 +25,9 @@ telemetry:
read: 4096
write: 4096
timeouts:
read: 10s
write: 10s
idle: 10s
read: 2s
write: 2s
idle: 30s
```
## Options

View File

@ -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