From dc49e07a76447b55e4d2e8cc175f21900f6c74c7 Mon Sep 17 00:00:00 2001 From: Styvane Soukossi <4968379+styvane@users.noreply.github.com> Date: Sat, 21 Jan 2023 08:13:31 +0100 Subject: [PATCH] . --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c51bbbf..fa7da86 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ raft ==== -[https://github.com/styvane/raft/actions?query=branch%3Amain](https://github.com/styvane/raft/actions?query=branch%3Amain) - This is *another* attempt implementing the [Raft](https://raft.github.io/raft.pdf) consensus algorithm. -It's not production code and does not support the persistence of the key/value store. +It's not indented to be used in production. I did not implement the following ideas in the paper: