Skip to content

Commit f6adaac

Browse files
authored
Merge pull request #2283 from streamdp/patch-1
Update tutorial-one-go-stream.md
2 parents 4d2422c + 2918b55 commit f6adaac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/tutorial-one-go-stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The stream declaration operation is idempotent: the stream will only be created
143143

144144
A stream is an append-only log abstraction that allows for repeated consumption of messages until they expire.
145145
It is a good practice to always define the retention policy.
146-
In the example above, the stream is limited to be 5 GiB in size.
146+
In the example above, the stream is limited to be 2 GiB in size.
147147

148148
The message content is a byte array.
149149
Applications can encode the data they need to transfer using any appropriate format such as JSON, MessagePack, and so on.

0 commit comments

Comments
 (0)