next.js
d9f7ccae - Use perf_hooks for current time in incremental cache (#70925)

Commit
1 year ago
Use perf_hooks for current time in incremental cache (#70925) stacked on #70924 Incremental cache tracks time using Date.now() and new Date(). this change updates these timers to use perf_hooks or performance. These are not susceptible to global clock changes and will not be considered dynamic for purposes of dynamicIO in the future
Author
Parents
Loading