README: add warning on consistency

This commit is contained in:
Peter Cai 2020-04-18 18:16:24 +08:00
parent 6763418fce
commit a3c9217acd
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
1 changed files with 2 additions and 0 deletions

View File

@ -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
===