diff --git a/Website/interaction.js b/Website/interaction.js index 5d35ac0..6f57bc9 100644 --- a/Website/interaction.js +++ b/Website/interaction.js @@ -174,7 +174,7 @@ function Setup(){ } setInterval(() => { UpdateJobs(); - }, 1000); + }, 5000); }); //Clear the previous values if any exist. searchBox.value = ""; @@ -873,4 +873,4 @@ const stringToColour = (str) => { colour += value.toString(16).padStart(2, '0') } return colour -} \ No newline at end of file +}