Skip to content

Commit

Permalink
Update streaming_rpc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cstarc authored Sep 18, 2020
1 parent 71aa40c commit 751649c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/streaming_rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ struct StreamOptions
// default: -1
long idle_timeout_ms;
// How many messages at most passed to handler->on_received_messages
// default: 1
size_t max_messages_size;
// Maximum messages in batch passed to handler->on_received_messages
// default: 128
size_t messages_in_batch;

// Handle input message, if handler is NULL, the remote side is not allowd to
// write any message, who will get EBADF on writting
Expand Down

0 comments on commit 751649c

Please sign in to comment.