mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
perf: use non weak etags as default
Calculation is always the same. This helps browsers caching responses for a longer term
This commit is contained in:
parent
42807fcdf9
commit
aef2199402
@ -275,7 +275,7 @@ Options.defaults = {
|
|||||||
threshold: 0
|
threshold: 0
|
||||||
},
|
},
|
||||||
etag: {
|
etag: {
|
||||||
weak: true // Faster for responses > 5KB
|
weak: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watchers: {
|
watchers: {
|
||||||
|
Loading…
Reference in New Issue
Block a user