Skip to content

Commit b833f7e

Browse files
Update docs/internal/GeneralArchitectureGuide.md
Co-authored-by: Dianna Hohensee <[email protected]>
1 parent 31c25a1 commit b833f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/internal/GeneralArchitectureGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ are coordinated.
110110
>
111111
> [TransportAction] can also be initiated through peer-to-peer communication between nodes. In such cases, the [InboundHandler]
112112
> locates the appropriate [TransportAction] by consulting the [NamedRegistry], then invokes the [TransportAction]'s handleExecution() method. When a [TransportAction]
113-
> is registered, it can specify an executor to control how the action is run. One option is the DIRECT_EXECUTOR_SERVICE, which executes the
113+
> is registered, it can specify an executor to control how the action is run. One option is the `DIRECT_EXECUTOR_SERVICE`, which executes the
114114
> action on the calling thread. However, this should be used with caution—it's only appropriate when the action is lightweight.
115115
> Otherwise, it risks blocking the peer-to-peer I/O thread, potentially degrading responsiveness and causing the node to become unresponsive.
116116
> If [TransportAction] elects a separate executor, [InboundHandler] performs message deserialization before delegating execution to the executor,

0 commit comments

Comments
 (0)