Skip to content

Commit

Permalink
fix: raising buffer interval for Midas to 2ms, as this stabilize the …
Browse files Browse the repository at this point in the history
…crash happening on full load from 24hours to at least 7 days.
  • Loading branch information
olzzon committed Nov 9, 2021
1 parent c89e76e commit 1d0e4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utils/mixerConnections/OscMixerConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ export class OscMixerConnection {
if (this.commandBuffer.length > 0) {
this.oscConnection.send(this.commandBuffer.shift())
}
}, 0.5)
}, 2)
}

initialCommands() {
Expand Down

0 comments on commit 1d0e4a8

Please sign in to comment.