diff options
author | Peter Cai <[email protected]> | 2020-04-18 18:16:24 +0800 |
---|---|---|
committer | Peter Cai <[email protected]> | 2020-04-18 18:16:24 +0800 |
commit | a3c9217acd9dc194ecea84eea51931acb9436cfd (patch) | |
tree | 6ec958ad1f6a5ad67ade165ee82b4ac59c12982a | |
parent | 6763418fce564d9ecde225232b3ce5777486b203 (diff) | |
download | paprika-a3c9217acd9dc194ecea84eea51931acb9436cfd.tar.gz |
README: add warning on consistency
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 === |