fix Sending Flow mermaid code
This commit is contained in:
@@ -574,7 +574,7 @@ function fileserver_download_handler(
|
|||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
flowchart TD
|
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}
|
B --> C{Calculate serialized size}
|
||||||
C -->|Size < Threshold| D[Direct Transport: Encode as Base64]
|
C -->|Size < Threshold| D[Direct Transport: Encode as Base64]
|
||||||
C -->|Size >= Threshold| E[Link Transport: Upload to file server]
|
C -->|Size >= Threshold| E[Link Transport: Upload to file server]
|
||||||
|
|||||||
Reference in New Issue
Block a user