We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7a4d4 commit 2742fe9Copy full SHA for 2742fe9
README.md
@@ -126,8 +126,8 @@ is not set appropriately.
126
##### threshold
127
128
The byte threshold for the response body size before compression is considered
129
-for the response, defaults to `1kb`. This is a number of bytes, any string
130
-accepted by the [bytes](https://www.npmjs.com/package/bytes) module, or `false`.
+for the response, defaults to `1kb`. This is a number of bytes or any string
+accepted by the [bytes](https://www.npmjs.com/package/bytes) module.
131
132
**Note** this is only an advisory setting; if the response size cannot be determined
133
at the time the response headers are written, then it is assumed the response is
0 commit comments