perf: throttle address activity updates (#1104)

* perf: throttle address activity updates

* docs: record address activity write throttling

* refactor: inline address activity interval

* test: cover address activity throttling
This commit is contained in:
Dream Hunter
2026-08-07 10:50:38 +08:00
committed by GitHub
parent d04c1a865d
commit 5553c6484a
5 changed files with 119 additions and 14 deletions
+6
View File
@@ -14,6 +14,12 @@
### Improvements
- fix: |Worker| Throttle address-activity touches to one write per day so user settings and mailbox access do not repeatedly update recently active addresses, reducing D1 writes (issue #1103)
### Testing
- fix: |E2E| Add regression coverage ensuring user settings do not rewrite recent address activity timestamps
## v1.10.0
### Features