fix: update gpus state by polling
This commit is contained in:
@@ -49,7 +49,7 @@ const GPUList: React.FC = () => {
|
||||
handleNameChange
|
||||
} = useTableFetch<GPUDeviceItem>({
|
||||
fetchAPI: queryGpuDevicesList,
|
||||
watch: true,
|
||||
polling: true,
|
||||
API: GPU_DEVICES_API
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user