From b96b36f10c378d3ec75930f888494dd824963e71 Mon Sep 17 00:00:00 2001 From: hsaturn Date: Wed, 24 Mar 2021 01:33:45 +0100 Subject: [PATCH] README update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 079ba1d..a9d8c0a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ ESP 8266 is a small and very capable Mqtt Broker and Client * Implement zeroconf mode (needs async) * Add a max_clients in MqttBroker. Used with zeroconf, there will be no need for having tons of clients (also RAM is the problem with many clients) -* Test what is the real max number of clients for broker. As far as I saw, 3k is needed per client which would make more than 10 clients critical. +* Test what is the real max number of clients for broker. As far as I saw, 1k is needed per client which would make more than 30 clients critical. * ~~MqttMessage uses a buffer 256 bytes which is usually far than needed.~~ * ~~MqttClient does not support more than one subscription at time~~ * MqttClient auto re-subscribe