From b2c141c25f3fad9641644742b6cc1a71bc601d61 Mon Sep 17 00:00:00 2001 From: GameParrot <85067619+GameParrot@users.noreply.github.com> Date: Tue, 4 Jul 2023 04:27:40 -0700 Subject: [PATCH] Fix upstream relay batchingInterval (#425) --- src/relay.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/relay.js b/src/relay.js index a5f5638..c619949 100644 --- a/src/relay.js +++ b/src/relay.js @@ -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)