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 638fa69 commit 8404336Copy full SHA for 8404336
src/components/MemoryViewer/MemoryViewer.tsx
@@ -30,7 +30,7 @@ export interface MemoryProgressViewerProps {
30
dangerThreshold?: number;
31
}
32
33
-const MEMORY_PRECISION = 2;
+const MEMORY_PRECISION = 1;
34
35
export function MemoryViewer({
36
stats,
0 commit comments