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| 地址活跃时间保活增加 1 天写入窗口,用户设置和邮箱访问不再重复更新近期活跃地址,降低 D1 写入量(issue #1103
### Testing
- fix: |E2E| 新增近期地址活跃时间不会被用户设置接口重复写入的回归测试
## v1.10.0
### Features