fix: update gpus state by polling

This commit is contained in:
jialin
2025-06-12 17:26:34 +08:00
parent 1b6cfdbdc4
commit 81833c4938
2 changed files with 42 additions and 8 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ const GPUList: React.FC = () => {
handleNameChange
} = useTableFetch<GPUDeviceItem>({
fetchAPI: queryGpuDevicesList,
watch: true,
polling: true,
API: GPU_DEVICES_API
});