HORNET-1.1.1
Changed
- Added ulimit and stop_grace_period to docker-compose.yml and documentation (#1242)
Fixed
- Fixed WebSocket disconnecting on Safari browsers (#1243)
- Fixed MQTT memory leak (#1246)
Config file changes
config.json
"prometheus": {
...
"coordinatorMetrics": true,
+ "mqttBrokerMetrics": true,
"debugMetrics": false,
...
},