diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-09-24 11:15:20 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-09-24 16:45:38 +0200 |
| commit | 56db13f8b3469c6063a5915155234b4a39aa328f (patch) | |
| tree | f3cd4bf9739ac3606656ca9a997ab243915e8aca /docs/transfers-v1.md | |
| parent | 5dd59b000f6ca2205adb3ba359e60eb823c97f10 (diff) | |
| download | meshbay-56db13f8b3469c6063a5915155234b4a39aa328f.tar.gz | |
refactor(node): move the operator's node controls out of webrtc_server
NodeOpsMixin in transport/webrtc/node_ops.py: status and settings, roster
and denylist, roots, hosted groups, reload, scan pacing and transfer
limits, with their class-level bounds.
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Diffstat (limited to 'docs/transfers-v1.md')
| -rw-r--r-- | docs/transfers-v1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/transfers-v1.md b/docs/transfers-v1.md index 029e1b0..f1002a9 100644 --- a/docs/transfers-v1.md +++ b/docs/transfers-v1.md @@ -602,7 +602,7 @@ Two new `[node]` keys, `max_concurrent_downloads` and `OP_TRANSFER_LIMITS` in `adminop.py`, subject `"d=2,u=2"` so what the operator signs names the outcome. `_do_transfer_limits` + -`_admin_exec_transfer_limits` in `webrtc_server.py`, stored by +`_admin_exec_transfer_limits` in `webrtc/node_ops.py`, stored by `ops.set_transfer_limits` in `roster.db` group settings, broadcast as `transfer_limits_ack` to the group's peers, surfaced in the group Settings tab as a section beside the scan settings. |