Resolving polling/server migration
This commit is contained in:
@@ -81,7 +81,7 @@ export default function MachinesPage() {
|
||||
}
|
||||
|
||||
load();
|
||||
const t = setInterval(load, 5000);
|
||||
const t = setInterval(load, 15000);
|
||||
|
||||
return () => {
|
||||
alive = false;
|
||||
@@ -322,4 +322,3 @@ export default function MachinesPage() {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user