aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/src/meshbay_node/daemon.py
diff options
context:
space:
mode:
authorChristophe Besson <cbesson@gmail.com>2026-09-24 10:12:37 +0200
committerChristophe Besson <cbesson@gmail.com>2026-09-24 16:45:38 +0200
commit02aeb0a751dce80fac1bfca31b6f736558953b77 (patch)
tree99c3accd0adab829e07256e36459a36f0516c143 /packages/meshbay-node/src/meshbay_node/daemon.py
parent219f3f7d1caafb45a9f7118f9792f6881501b3e7 (diff)
downloadmeshbay-02aeb0a751dce80fac1bfca31b6f736558953b77.tar.gz
refactor(node): move uploads out of webrtc_server
UploadMixin in transport/webrtc/upload_handlers.py, with the upload cap; _upload_chunk moved unchanged, _append_chunk joins webrtc/disk.py. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Diffstat (limited to 'packages/meshbay-node/src/meshbay_node/daemon.py')
-rw-r--r--packages/meshbay-node/src/meshbay_node/daemon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-node/src/meshbay_node/daemon.py b/packages/meshbay-node/src/meshbay_node/daemon.py
index a3bde8f..9faa09c 100644
--- a/packages/meshbay-node/src/meshbay_node/daemon.py
+++ b/packages/meshbay-node/src/meshbay_node/daemon.py
@@ -389,7 +389,7 @@ class NodeDaemon:
"note_activity": indexer.note_activity,
# Bound method, called when an upload finishes. The entry
# it belongs to does not exist yet (see
- # webrtc_server._register_uploader), so the indexer keeps
+ # webrtc/upload_handlers.py _register_uploader), so the indexer keeps
# the record and stamps the entry when it creates it.
"record_upload": indexer.record_upload,
# Shown to the operator in Settings, and kept current in