Skip to content

Commit 2736a9b

Browse files
authored
fix cache.compression default (#6984)
1 parent ddaa35c commit 2736a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/cache.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ module.exports = {
135135

136136
<Badge text="5.42.0+" />
137137

138-
Compression type used for the cache files. By default it is `false` for `development` mode and `'gzip'` for `production` mode.
138+
Compression type used for the cache files. By default it is `false`.
139139

140140
`cache.compression` option is only available when [`cache.type`](#cachetype) is set to `'filesystem'`.
141141

0 commit comments

Comments
 (0)