docs: fix default timeouts (#3938)
parent
f17268ee80
commit
ea4e0663f7
|
@ -25,9 +25,9 @@ telemetry:
|
|||
read: 4096
|
||||
write: 4096
|
||||
timeouts:
|
||||
read: 10s
|
||||
write: 10s
|
||||
idle: 10s
|
||||
read: 2s
|
||||
write: 2s
|
||||
idle: 30s
|
||||
```
|
||||
|
||||
## Options
|
||||
|
|
|
@ -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
|
||||
|
Loading…
Reference in New Issue