Skip to content

Commit 7e5220b

Browse files
committed
fix(nats): fix quota
1 parent 11f2b5a commit 7e5220b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/organizations-and-projects/additional-content/organization-quotas.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ The following usage limits are enforced as Organization quotas when using Scalew
391391
| NATS queue/stream storage | Max size | 300 MB** | NATS account |
392392
| NATS queue/stream memory | Max size | 0 | NATS account |
393393
| Max number of NATS streams | Max number | 50 | NATS account |
394-
| Max number of NATS consumers | Max number | 50 | NATS account |
394+
| Max number of NATS consumers | Max number | 50 | NATS stream |
395395

396396
**This implies stream replication. If you choose to replicate your stream across all nodes (3), a storage limit of 100 MB applies.
397397
Note that in memory stream are not supported, please create your NATS stream using the `File` storage type.

0 commit comments

Comments
 (0)