Decrease update frequency of website
This commit is contained in:
parent
c72e152a7e
commit
6bd9a0b1db
@ -174,7 +174,7 @@ function Setup(){
|
||||
}
|
||||
setInterval(() => {
|
||||
UpdateJobs();
|
||||
}, 1000);
|
||||
}, 5000);
|
||||
});
|
||||
//Clear the previous values if any exist.
|
||||
searchBox.value = "";
|
||||
|
Loading…
Reference in New Issue
Block a user