> For the complete documentation index, see [llms.txt](https://docs.appetize.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appetize.io/platform/session-inactivity-timeout.md).

# Session Inactivity Timeout

By **default**, your Appetize session will end after **2 minutes** of inactivity. You can modify the default app timeout, or specify a timeout for a specific app build by following the steps below:

## Default App Timeout

Navigate to [**Organization -> Session Defaults**](https://appetize.io/organization/session-defaults) **->** **Session Timeout**

<figure><img src="/files/C0ZgIDAGUyQxV1bsGSMG" alt=""><figcaption><p>Default App Session Timeout</p></figcaption></figure>

## App Build Specific Timeout

Navigate to your [**Apps Dashboard**](https://appetize.io/apps) **-> Select** your preferred **app -> Select the build** you want to modify **-> Settings -> Session timeout**

<figure><img src="/files/U1iZIvKZNUgYJfL3pWYk" alt=""><figcaption><p>Select the App you want to modify</p></figcaption></figure>

<figure><img src="/files/KlkEwRBrCc95EBmq3MUd" alt=""><figcaption><p>Select the build you want to modify</p></figcaption></figure>

<figure><img src="/files/FMZ71pt2e9ubQBV9Xgoo" alt=""><figcaption><p>Build Specific Inactivity Timeout</p></figcaption></figure>

{% hint style="info" %}
You can also[ set](/rest-api/v1/create-new-app.md)/[update](/rest-api/v1/update-existing-app.md) the inactivity timeout of your app with our [REST API](/rest-api.md) when uploading your app.
{% endhint %}

## What's the behavior if you reach your concurrency limit?

When a user launches Appetize and the maximum concurrency limit has been reached, they will be placed in a virtual 'queue' and wait until additional capacity becomes available:

<figure><img src="/files/qsCcLiyLYHVILgs7SwBJ" alt="" width="360"><figcaption><p>Sample of reaching the concurrency queue in our demo experience</p></figcaption></figure>

As soon as a device becomes available, the queued users will be granted access, allowing them to continue as usual.
