]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/pages/Schedule.js
small ux improvements
[alttp.git] / resources / js / components / pages / Schedule.js
index 10b4b4977efc925ab286326075f0739bc73731c3..221fa987b38953416686eb616e8663f3de3b959c 100644 (file)
@@ -118,7 +118,7 @@ const Schedule = ({ user }) => {
                fetchEpisodes(controller, ahead, behind, filter);
                const timer = setInterval(() => {
                        fetchEpisodes(controller, ahead, behind, filter);
-               }, 3 * 60 * 1000);
+               }, 1.5 * 60 * 1000);
                return () => {
                        controller.abort();
                        clearInterval(timer);