forked from hazelcast/hazelcast-nodejs-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhazelcast-client-default.json
47 lines (47 loc) · 1.47 KB
/
hazelcast-client-default.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"group": {
"name": "dev",
"password": "dev-pass"
},
"properties": {
"hazelcast.client.heartbeat.interval": 5000,
"hazelcast.client.heartbeat.timeout": 60000,
"hazelcast.client.invocation.retry.pause.millis": 1000,
"hazelcast.client.invocation.timeout.millis": 120000,
"hazelcast.client.cloud.url": "https://coordinator.hazelcast.cloud",
"hazelcast.client.statistics.enabled": false,
"hazelcast.client.statistics.period.seconds": 3,
"hazelcast.invalidation.reconciliation.interval.seconds": 60,
"hazelcast.invalidation.max.tolerated.miss.count": 10,
"hazelcast.invalidation.min.reconciliation.interval.seconds": 30
},
"network": {
"clusterMembers": [
"127.0.0.1:5701"
],
"smartRouting": true,
"redoOperation": false,
"connectionTimeout": 5000,
"connectionAttemptPeriod": 3000,
"connectionAttemptLimit": 2,
"ssl": null,
"hazelcastCloud": {
"discoveryToken": null,
"enabled": false
}
},
"listeners": [],
"serialization": {
"defaultNumberType": "double",
"isBigEndian": true,
"dataSerializableFactories": [],
"portableFactories": [],
"portableVersion": 0,
"globalSerializer": {},
"serializers": []
},
"nearCaches": [],
"reliableTopics": [],
"flakeIdGeneratorConfigs": [],
"import": []
}