Skip to content

Commit

Permalink
Reload every 5 minutes (before: 30s)
Browse files Browse the repository at this point in the history
  • Loading branch information
torbencarstens authored Jul 10, 2022
1 parent 06949da commit dca338a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MovieQueue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default defineComponent({
fetchData(false);
this.$forceUpdate();
}, 30000)
}, 300000)
},
});
</script>

0 comments on commit dca338a

Please sign in to comment.