Reduce view writing

This commit is contained in:
Tom Moor
2023-06-25 22:55:45 -04:00
parent a234a92f80
commit 06f2d7a993

View File

@@ -54,7 +54,6 @@ export class ViewsExtension implements Extension {
// Set up an interval to update the last viewed at timestamp continuously
// while the user is connected. This should only be done once per socket.
const interval = setInterval(updateView, 30 * Second);
updateView();
this.intervalsBySocket.set(socketId, interval);
}