> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LimitsConfig

<span id="atoti_limits.LimitsConfig" />

> atoti\_limits.LimitsConfig(<br />
>     \*,<br />
>     *url*: [str](https://docs.python.org/3/library/stdtypes.html#str),<br />
> )

Configuration for connecting to an Atoti Limits server.

When [`atoti.SessionConfig.limits`](./atoti.config.SessionConfig#atoti.SessionConfig.limits) is not `None`, Atoti Limits will be auto-configured on the [`Session`](./atoti.Session#atoti.Session) and the Atoti UI Limits extension will be enabled.

```pycon theme={"languages":{"custom":["/engine/python-sdk/0.9/languages/pycon.tmLanguage.json"]}}
>>> from atoti_limits import LimitsConfig
>>> limits_config = LimitsConfig(url="http://localhost:3090")
>>> session_config = tt.SessionConfig(limits=limits_config)
```

### Attributes

<h4 id="atoti_limits.LimitsConfig.url">
  *url*
</h4>

Base URL of the Atoti Limits server.
