update_docs #10

Merged
ton merged 29 commits from update_docs into main 2026-03-14 00:53:03 +00:00
Showing only changes of commit e4d668cebb - Show all commits

View File

@@ -574,7 +574,7 @@ function fileserver_download_handler(
```mermaid
flowchart TD
A[User calls smartsend\(subject, data\)] --> B[Serialize payload according to payload_type]
A[User calls smartsend subject data] --> B[Serialize payload according to payload_type]
B --> C{Calculate serialized size}
C -->|Size < Threshold| D[Direct Transport: Encode as Base64]
C -->|Size >= Threshold| E[Link Transport: Upload to file server]