From 940ad1210845e7b9970bec58d85c4830ab2ccc3a Mon Sep 17 00:00:00 2001 From: ieQu1 <99872536+ieQu1@users.noreply.github.com> Date: Wed, 28 Jun 2023 09:59:34 +0200 Subject: [PATCH] docs(ds): Apply suggestions from code review Co-authored-by: Thales Macedo Garitezi --- apps/emqx_durable_storage/IMPLEMENTATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_durable_storage/IMPLEMENTATION.md b/apps/emqx_durable_storage/IMPLEMENTATION.md index 5af003cac..9c0c5928c 100644 --- a/apps/emqx_durable_storage/IMPLEMENTATION.md +++ b/apps/emqx_durable_storage/IMPLEMENTATION.md @@ -10,7 +10,7 @@ This is because shared subscription logic needs to be aware of it to some extend # Modus operandi 1. Create a draft implementation of a milestone -2. Performance +2. Test performance 3. Test consistency 4. Goto 1