Decrease update frequency of website
This commit is contained in:
parent
c72e152a7e
commit
6bd9a0b1db
@ -174,7 +174,7 @@ function Setup(){
|
|||||||
}
|
}
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
UpdateJobs();
|
UpdateJobs();
|
||||||
}, 1000);
|
}, 5000);
|
||||||
});
|
});
|
||||||
//Clear the previous values if any exist.
|
//Clear the previous values if any exist.
|
||||||
searchBox.value = "";
|
searchBox.value = "";
|
||||||
@ -873,4 +873,4 @@ const stringToColour = (str) => {
|
|||||||
colour += value.toString(16).padStart(2, '0')
|
colour += value.toString(16).padStart(2, '0')
|
||||||
}
|
}
|
||||||
return colour
|
return colour
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user