Skip to content

Commit 50cf352

Browse files
committed
docs: fix bad merge
1 parent 6ede3dc commit 50cf352

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

documentation/docs/25-build-and-deploy/40-adapter-node.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ We instead read from the _right_, accounting for the number of trusted proxies.
129129
130130
### `BODY_SIZE_LIMIT`
131131

132-
The maximum request body size to accept in bytes including while streaming. Defaults to 512kb. You can disable this option with a value of `Infinity` (0 in older versions of the adapter) and implement a custom check in [`handle`](hooks#server-hooks-handle) if you need something more advanced.
132+
The maximum request body size to accept in bytes including while streaming. The body size can also be specified with a unit suffix for kilobytes (`K`), megabytes (`M`), or gigabytes (`G`). For example, `512K` or `1M`. Defaults to 512kb. You can disable this option with a value of `Infinity` (0 in older versions of the adapter) and implement a custom check in [`handle`](hooks#server-hooks-handle) if you need something more advanced.
133133

134134
### `SHUTDOWN_TIMEOUT`
135135

@@ -139,8 +139,6 @@ The number of seconds to wait before forcefully closing any remaining connection
139139

140140
When using systemd socket activation, `IDLE_TIMEOUT` specifies the number of seconds after which the app is automatically put to sleep when receiving no requests. If not set, the app runs continuously. See [Socket activation](#socket-activation) for more details.
141141

142-
The body size variable can also specify unit suffixes for kilobytes (`K`), megabytes (`M`), and gigabytes (`G`). For example `512K` and `1M`
143-
144142
## Options
145143

146144
The adapter can be configured with various options:

0 commit comments

Comments
 (0)