From a3c9217acd9dc194ecea84eea51931acb9436cfd Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Sat, 18 Apr 2020 18:16:24 +0800 Subject: [PATCH] README: add warning on consistency --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 665d82f..43cacc0 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ As a practice, Paprika was written in Rust and compiled to WebAssembly for execu __WARNING: This project is neither complete nor rigorously tested. Use at your own risk. Always keep backups.__ +__WARNING: Paprika depends on Cloudflare KV, which is EVENTUALLY CONSISTENT. Please do not try to update posts simultaneously from multiple clients, otherwise inconsistencies may happen, though I don't think simultaneous updates from multiple clients is anything close to a normal use-case for a personal blog.__ + Prerequisites ===