From c8fae0ec4390c40675ac9f9aa9924d5da87edbb2 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Sun, 5 Feb 2023 23:46:42 +0000 Subject: [PATCH] blog: typo --- blog/20230204-simplex-chat-v4-5-user-chat-profiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/20230204-simplex-chat-v4-5-user-chat-profiles.md b/blog/20230204-simplex-chat-v4-5-user-chat-profiles.md index c799b904cb..18817a18b6 100644 --- a/blog/20230204-simplex-chat-v4-5-user-chat-profiles.md +++ b/blog/20230204-simplex-chat-v4-5-user-chat-profiles.md @@ -72,7 +72,7 @@ Battery usage is one of the biggest complaints of SimpleX Chat users. The main r This version makes retries for exceeded queue capacity 10x less frequent and adds SMP protocol extension that will allow to reduce retries even further by the next version. It works in the following way: - when the sender encounters "queue quota exceeded" error, the sender stops trying to send the message. -- the server also takes not of that error. +- the server also takes note of that error. - once recipient receives all messages from this queue, the server will notify the recipient that the sender had "queue quota exceeded" error. - the recipient will then send a special message to the sender client to instruct it that it can resume delivery. - the sender can still occasionally try sending the message, e.g. once every hours, but it won't need to retry once every few minutes as it does now.