Skip to content

Commit 8404336

Browse files
committed
fix: lower precision
1 parent 638fa69 commit 8404336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MemoryViewer/MemoryViewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface MemoryProgressViewerProps {
3030
dangerThreshold?: number;
3131
}
3232

33-
const MEMORY_PRECISION = 2;
33+
const MEMORY_PRECISION = 1;
3434

3535
export function MemoryViewer({
3636
stats,

0 commit comments

Comments
 (0)