From b82dc97d62b6f961553e9f71e40c9d7bf81f648a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B0=D1=80=D0=BF=D0=B8=D1=87=20=D0=94=D0=BC=D0=B8?= =?UTF-8?q?=D1=82=D1=80=D0=B8=D0=B9=20=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0?= =?UTF-8?q?=D0=BD=D0=B4=D1=80=D0=BE=D0=B2=D0=B8=D1=87?= Date: Tue, 24 Dec 2024 16:28:40 +0300 Subject: [PATCH] chore(*): add props --- js/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/index.js b/js/index.js index cc932ad..fe85d2c 100644 --- a/js/index.js +++ b/js/index.js @@ -10,6 +10,7 @@ const clientConfig = new Haz.Config.ClientConfig(); clientConfig.groupConfig.name = 'superadmin'; clientConfig.groupConfig.password = 'dev-pass'; clientConfig.networkConfig.addresses.push('127.0.0.1:5701'); +clientConfig.properties['hazelcast.client.invocation.timeout.millis'] = 2000; console.log(clientConfig); @@ -34,4 +35,5 @@ setInterval(async () => { } catch (e) { console.log('>>>>>>>>>>>>>>>>>', e) } -}, 5000); \ No newline at end of file +}, 5000); +