From 1ca6ed34a55cb9a9ca29a9f31f9aa4ade0a2406d Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Mon, 15 Mar 2021 14:15:54 +0000 Subject: [PATCH] GitBook: [master] one page modified --- jetstream/concepts/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetstream/concepts/configuration.md b/jetstream/concepts/configuration.md index 529a119..d15c09e 100644 --- a/jetstream/concepts/configuration.md +++ b/jetstream/concepts/configuration.md @@ -1,6 +1,6 @@ # Example Configuration -[Addition documentation](../clustering/administration.md) introduces the `nats` utility, but for completeness and reference this is how you'd create the ORDERS scenario. We'll configure a 1 year retention for order related messages: +[Additional documentation](../clustering/administration.md) introduces the `nats` utility, but for completeness and reference this is how you'd create the ORDERS scenario. We'll configure a 1 year retention for order related messages: ```bash $ nats str add ORDERS --subjects "ORDERS.*" --ack --max-msgs=-1 --max-bytes=-1 --max-age=1y --storage file --retention limits --max-msg-size=-1 --discard=old