mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +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
|
||||
},
|
||||
etag: {
|
||||
weak: true // Faster for responses > 5KB
|
||||
weak: false
|
||||
}
|
||||
},
|
||||
watchers: {
|
||||
|
Loading…
Reference in New Issue
Block a user