Skip to content

HORNET-1.1.1

Compare
Choose a tag to compare
@muXxer muXxer released this 22 Dec 10:38
d7f72a6

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,
       ...
    },