Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 7, 2024
1 parent 5e81b67 commit ed1c5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Sets the maximum age of the stream. See [retention](#retention). Default: not se

Unit: bytes. A stream is divided up into fixed size segment files on disk.
This setting controls the size of these.
Default: (500000000 bytes).
Default: 500000000 bytes (500 MB).

The following snippet shows how to set the maximum size of a stream to 20 GB, with
segment files of 100 MB:
Expand Down

0 comments on commit ed1c5e7

Please sign in to comment.