Reverted magic constants.

This commit is contained in:
genxium
2023-02-01 23:27:27 +08:00
parent d560392c79
commit 09376b827d
3 changed files with 2 additions and 3 deletions

View File

@@ -80,7 +80,6 @@ NetworkDoctor.prototype.logSkippedRenderFrameCnt = function() {
}
NetworkDoctor.prototype.isTooFast = function(mapIns) {
return false;
const [sendingFps, srvDownsyncFps, peerUpsyncFps, rollbackFrames, skippedRenderFrameCnt] = this.stats();
if (sendingFps >= this.inputRateThreshold + 3) {
// Don't send too fast

File diff suppressed because one or more lines are too long