feat: support dynamic daemon refill

This commit is contained in:
mmc
2026-03-19 15:15:05 +08:00
parent 2904e43b1f
commit fc0a2968ae
5 changed files with 31 additions and 9 deletions

View File

@@ -432,6 +432,11 @@ ocxxxxxxx@cursors.online
拿到什么就写什么,缺失字段会写空值或 `NULL`
关于 `auto_register_max_per_loop`
- `0`:按当前差值动态补齐
- `1/2/3...`:每轮最多补指定数量
## 推荐的最小可用配置
如果你要先跑注册,再决定同步哪个平台,可以先这样:
@@ -440,7 +445,7 @@ ocxxxxxxx@cursors.online
{
"proxy": "http://127.0.0.1:17891",
"auto_register": false,
"auto_register_max_per_loop": 1,
"auto_register_max_per_loop": 0,
"db_enabled": false,
"db_host": "150.158.105.6",
"db_port": 54321,