Issue tokens to initialize VNC connections
This commit is contained in:
@ -25,7 +25,7 @@ export function VMScreenshot(p: { vm: VMInfo }): React.ReactElement {
|
||||
|
||||
if (int.current === undefined) {
|
||||
refresh();
|
||||
int.current = setInterval(() => refresh(), 5000000);
|
||||
int.current = setInterval(() => refresh(), 5000);
|
||||
}
|
||||
|
||||
return () => {
|
||||
|
Reference in New Issue
Block a user