Fix upstream relay batchingInterval (#425)

This commit is contained in:
GameParrot 2023-07-04 04:27:40 -07:00 committed by GitHub
commit b2c141c25f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -188,6 +188,7 @@ class Relay extends Server {
realms: this.options.destination.realms,
host: this.options.destination.host,
port: this.options.destination.port,
batchingInterval: this.options.batchingInterval,
onMsaCode: (code) => {
if (this.options.onMsaCode) {
this.options.onMsaCode(code, ds)