Skip to content

Commit

Permalink
incorrect base
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayThorve committed Apr 29, 2024
1 parent af39c95 commit 33083cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charts/PciThroughputChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const PciThroughputChart: React.FC<IChartProps> = ({ settingRegistry }) => {
// Load settings and initialize WebSocket connection
loadSettingRegistry(settingRegistry, setUpdateFrequency, setIsSettingsLoaded);
useWebSocket<IPCIThroughputProps>(
'nvlink_throughput',
'pci_stats',
false,
updateFrequency,
setPciStats,
Expand Down

0 comments on commit 33083cb

Please sign in to comment.