We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cacheControl
1 parent dfff2dc commit 25ab568Copy full SHA for 25ab568
backend/src/applications/files/utils/send-file.ts
@@ -23,7 +23,7 @@ export class SendFile {
23
etag: true,
24
dotfiles: 'allow',
25
lastModified: true,
26
- cacheControl: false,
+ cacheControl: true,
27
index: false,
28
highWaterMark: DEFAULT_HIGH_WATER_MARK
29
}
0 commit comments