From 4709665dd15bfea45bcfe716a8da166564623872 Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Sun, 15 Mar 2026 18:11:16 +0200 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=83=D1=82=D0=B5=D1=87=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=BF=D0=B0=D0=BC=D1=8F=D1=82=D0=B8=20=D0=B2=20=D1=80=D0=B5?= =?UTF-8?q?=D0=B7=D1=83=D0=BB=D1=8C=D1=82=D0=B0=D1=82=D0=B5=20=D1=81=D0=BB?= =?UTF-8?q?=D0=B8=D1=88=D0=BA=D0=BE=D0=BC=20=D1=87=D0=B0=D1=81=D1=82=D1=8B?= =?UTF-8?q?=D1=85=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BE=D0=BA=20?= =?UTF-8?q?=D1=81=D0=BE=D0=B5=D0=B4=D0=B8=D0=BD=D0=B5=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/io/orprotocol/Server.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/io/orprotocol/Server.java b/src/main/java/io/orprotocol/Server.java index fbf29e4..dfa705a 100644 --- a/src/main/java/io/orprotocol/Server.java +++ b/src/main/java/io/orprotocol/Server.java @@ -237,7 +237,7 @@ public class Server extends WebSocketServer { client.disconnect(ServerFailures.INACTIVITY_TIMEOUT); } } - }, this.settings.heartbeatInterval, this.settings.heartbeatInterval, TimeUnit.MILLISECONDS); + }, this.settings.heartbeatInterval, this.settings.heartbeatInterval, TimeUnit.SECONDS); } /**