Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez Baquero committed Oct 2, 2023
1 parent 935bda1 commit 017665a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contexts/NodesContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const NodesContextProvider = ({
const decoder = new TextDecoder();
const reader = response.body?.getReader();
const nodesMap = new Map<string, Node>();
const medianTTFB = Number(response.headers.get("x-saturn-median-ttfb")) || 70;
const medianTTFB = Number(response.headers.get("X-Saturn-Median-TTFB")) || 71;

setGlobalStats({ medianTTFB });

Expand Down

0 comments on commit 017665a

Please sign in to comment.