Skip to content

Commit

Permalink
chore :: timeline 더 늘릭ㅁ
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Sep 28, 2024
1 parent cb0176d commit 47ca378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Trace/TraceTimeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const TraceTimeline: React.FC<TraceTimelineProps> = ({ spans, onSpanClick

setScaleX((prev) => {
const newScale = prev * zoomAmount;
return Math.min(Math.max(newScale, 0.2), 20);
return Math.min(Math.max(newScale, 0.2), 10000);
});
};

Expand Down

0 comments on commit 47ca378

Please sign in to comment.