aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-23 11:00:34 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-23 11:00:34 +0800
commitfd014c9c1264a472c83d6b52256cbaedada86d3c (patch)
tree52a5dd86fd3a0a89d4e1f911d33408210f97a820
parentDon't tell the user to press submit when solution found (diff)
downloadpowxy-fd014c9c1264a472c83d6b52256cbaedada86d3c.tar.gz
powxy-fd014c9c1264a472c83d6b52256cbaedada86d3c.tar.zst
powxy-fd014c9c1264a472c83d6b52256cbaedada86d3c.zip
Add week rounding bug to README
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f755a08..08bda8b 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,8 @@ Inspired by [Anubis](https://github.com/TecharoHQ/anubis). But much simpler.
be lost.
- It does not work when duplex connections are needed, e.g. with Git's Smart
HTTP protocol.
+- Currently we round times to the nearest week for persistence, but this could
+ cause issues if a user completes the challenge at the end of a rounded week.
## Contributing