From f30806c9b57d08c8fe319ca5be6aad3ab2bb7e01 Mon Sep 17 00:00:00 2001 From: Scott Fauerbach Date: Sat, 17 Apr 2021 07:07:16 -0400 Subject: [PATCH] Update streams.md MaxAge should be nanos Name -> Cannot have spaces, tabs, period . greater than >, asterix * --- jetstream/concepts/streams.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetstream/concepts/streams.md b/jetstream/concepts/streams.md index fd776d6..f60b09f 100644 --- a/jetstream/concepts/streams.md +++ b/jetstream/concepts/streams.md @@ -16,7 +16,7 @@ When defining Streams the items below make up the entire configuration of the se | Item | Description | | :--- | :--- | -| MaxAge | Maximum age of any message in the stream, expressed in microseconds | +| MaxAge | Maximum age of any message in the stream, expressed in nanoseconds | | MaxBytes | How big the Stream may be, when the combined stream size exceeds this old messages are removed | | MaxMsgSize | The largest message that will be accepted by the Stream | | MaxMsgs | How many messages may be in a Stream, oldest messages will be removed if the Stream exceeds this size |