1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Update streams.md

MaxAge should be nanos
Name -> Cannot have spaces, tabs, period . greater than >, asterix *
This commit is contained in:
Scott Fauerbach 2021-04-17 07:07:16 -04:00 committed by GitHub
parent 2e3dfa382f
commit f30806c9b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 |