# limits

Hot Reloadable

## Properties

| Name                                                                          | Description                                                      | Type      | Default | Reloadable |
| ----------------------------------------------------------------------------- | ---------------------------------------------------------------- | --------- | ------- | ---------- |
| [`max_connections`](/reference/config/accounts/limits/max_connections.md)     | The maximum number of concurrent connections for this account.   | `integer` | -       | Yes        |
| [`max_subscriptions`](/reference/config/accounts/limits/max_subscriptions.md) | The maximum number of concurrent subscriptions for this account. | `integer` | -       | Yes        |
| [`max_payload`](/reference/config/accounts/limits/max_payload.md)             | The maximum payload size allowed for messages.                   | `integer` | -       | Yes        |
| [`max_leafnodes`](/reference/config/accounts/limits/max_leafnodes.md)         | The maximum number of concurrent leafnode connections allowed.   | `integer` | -       | Yes        |
