diff --git a/VERSION b/VERSION index c9929e36..3c80e4f0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.2 \ No newline at end of file +1.4.3 \ No newline at end of file diff --git a/acp/package.json b/acp/package.json index 6ed6d040..f7b4ba07 100644 --- a/acp/package.json +++ b/acp/package.json @@ -1,6 +1,6 @@ { "name": "mnml-client", - "version": "1.4.2", + "version": "1.4.3", "description": "", "main": "index.js", "scripts": { diff --git a/client/package.json b/client/package.json index 8512d4d4..081153f9 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "mnml-client", - "version": "1.4.2", + "version": "1.4.3", "description": "", "main": "index.js", "scripts": { diff --git a/client/src/socket.jsx b/client/src/socket.jsx index a6a97162..74140922 100644 --- a/client/src/socket.jsx +++ b/client/src/socket.jsx @@ -213,7 +213,7 @@ function createSocket(events) { let pongTimeout; function onPong() { events.setPing(Date.now() - ping); - pongTimeout = setTimeout(sendPing, 10000); + pongTimeout = setTimeout(sendPing, 1000); } // ------------- diff --git a/ops/package.json b/ops/package.json index 3eb65099..805c3f1a 100755 --- a/ops/package.json +++ b/ops/package.json @@ -1,6 +1,6 @@ { "name": "mnml-ops", - "version": "1.4.2", + "version": "1.4.3", "description": "", "main": "index.js", "scripts": { diff --git a/server/Cargo.toml b/server/Cargo.toml index a92823d2..0a21651d 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mnml" -version = "1.4.2" +version = "1.4.3" authors = ["ntr "] [dependencies]