diff --git a/app/src/react/components/chat/index.jsx b/app/src/react/components/chat/index.jsx index d81e71a..e799fbd 100644 --- a/app/src/react/components/chat/index.jsx +++ b/app/src/react/components/chat/index.jsx @@ -35,7 +35,7 @@ export default function Chat() { setActivity(await socket.send(['Activity'])); }, 2000, {leading: true}); if (!channel) { - handle = setInterval(load, 300); + handle = setInterval(load, 20); } return () => { if (handle) {