Skip to content

Commit

Permalink
more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dadrus committed Jun 23, 2023
1 parent c00c3f8 commit db3dd20
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/content/docs/configuration/reference/reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ serve:
read: 2s
write: 5s
idle: 2m
buffer_limit:
read: 10KB
write: 10KB
tls:
key_store:
path: /path/to/key/store.pem
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/configuration/services/decision.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ decision:

* *`buffer_limit`*: _link:{{< relref "/docs/configuration/reference/types.adoc#_buffer_limit" >}}[BufferLimit]_ (optional)
+
Read and write buffer limits for incoming requests and responses created by heimdall default to 4KB. You can however override this by making use of this property and specifying the limits you need.
Read and write buffer limits (defaults to 4KB) for incoming requests and responses created by heimdall. You can however override this by making use of this property and specifying the limits you need.
+
.Setting the read buffer size limit to 1MB and the write buffer size limit to 2KB.
====
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/configuration/services/management.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ management:

* *`buffer_limit`*: _link:{{< relref "/docs/configuration/reference/types.adoc#_buffer_limit" >}}[BufferLimit]_ (optional)
+
Read and write buffer limits for incoming requests and responses created by heimdall default to 4KB. You can however override this by making use of this property and specifying the limits you need.
Read and write buffer limits (default to 4KB) for incoming requests and responses created by heimdall. You can however override this by making use of this property and specifying the limits you need.
+
.Setting the read buffer size limit to 1MB and the write buffer size limit to 2KB.
====
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/configuration/services/proxy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ proxy:

* *`buffer_limit`*: _link:{{< relref "/docs/configuration/reference/types.adoc#_buffer_limit" >}}[BufferLimit]_ (optional)
+
Read and write buffer limits for incoming requests and responses created by heimdall default to 4KB. You can however override this by making use of this property and specifying the limits you need.
Read and write buffer limits (default to 4KB) for incoming requests and responses created by heimdall. You can however override this by making use of this property and specifying the limits you need.
+
.Setting the read buffer size limit to 1MB and the write buffer size limit to 2KB.
====
Expand Down

0 comments on commit db3dd20

Please sign in to comment.