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.
1 parent bc1c10d commit bc38e40Copy full SHA for bc38e40
site/src/contexts/useProxyLatency.ts
@@ -93,6 +93,7 @@ export const useProxyLatency = (
93
} else {
94
// This is the total duration of the request and will be off by a good margin.
95
// This is a fallback if the better timing is not available.
96
+ // eslint-disable-next-line no-console -- We can remove this when we display the "accurate" bool on the UI
97
console.log(
98
`Using fallback latency calculation for "${entry.name}". Latency will be incorrect and larger then actual.`,
99
)
0 commit comments