Skip to content

Commit

Permalink
restore fps reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Feb 20, 2023
1 parent 3fb0218 commit 3406d15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/js/MonitorStream.js
Expand Up @@ -518,6 +518,7 @@ function MonitorStream(monitorData) {
this.streamCmdParms.command = CMD_QUERY;
this.streamCmdReq(this.streamCmdParms);
}
this.streamCmdTimer = setTimeout(this.streamCmdQuery.bind(this), statusRefreshTimeout);
};

this.streamCommand = function(command) {
Expand Down

0 comments on commit 3406d15

Please sign in to comment.