# How to configure the display time of web push notifications?

Batch keeps the default display time of the user's system to ensure the best user experience.

The default display duration may vary depending on the browser (Chrome, Firefox, etc.), the browser version, the OS, etc. It is generally set to **5 seconds** by default. You can make it longer or shorter with your computer's settings.

## Change the default display time <a href="#h_9fafcf0538" id="h_9fafcf0538"></a>

### Windows 10 <a href="#h_bee073e84e" id="h_bee073e84e"></a>

Click **Start > Settings** to open the Settings window and then click **Ease of Access**.

Select **Display** in the left bar and define the display time in the field **Show notifications for**:

<figure><img src="https://38998153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCL8wF0y1T2vLnm3yR2MW%2Fuploads%2FQtKsxGDz7YqRBL7b6BJ3%2Fchange-notification-screen-time-windows-10.jpeg?alt=media&#x26;token=20566981-9100-4cbb-94a4-e835588b7ec9" alt="" width="563"><figcaption></figcaption></figure>

You will find a similar drop-down menu for earlier versions of Windows under:

### Windows 8 <a href="#h_d2946b03ab" id="h_d2946b03ab"></a>

**PC Settings > Ease of Access > "Show notifications for".**

### Windows 8.1 <a href="#h_349fc31a54" id="h_349fc31a54"></a>

**PC Settings > Ease of Access > Other options > "Show notifications for".**

### Windows 7 <a href="#h_fb07cff6d7" id="h_fb07cff6d7"></a>

**Control Panel > All Control Panel Items > Ease of Access > Make it easier to focus on tasks > "Adjust time limits and flashing visuals".**

### MacOS <a href="#h_4c93f352ba" id="h_4c93f352ba"></a>

The display time can not be changed from the Settings preferences on macOS, but only by using a Terminal command.

Open **Terminal** (use Finder and go to **Applications > Utilities > Terminal**). Type the following into Terminal:

```sh
defaults write com.apple.notificationcenterui bannerTime -int {duration}
```

Replace *{duration}* with the desired display duration in seconds, e.g. 15 seconds:

<figure><img src="https://38998153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCL8wF0y1T2vLnm3yR2MW%2Fuploads%2FRejsag6xndAJFxEWSKWB%2Ftechnical-guides_mac-screen-time_250425.png?alt=media&#x26;token=3c1b2895-3206-47ae-9ebc-24cf4aef9dcd" alt=""><figcaption></figcaption></figure>

For macOS Sierra, El Capitan, and earlier, remove "-int" from the command.

To reset the default duration (generally 5 seconds), use this command:

```sh
defaults delete com.apple.notificationcenterui bannerTime
```

{% hint style="info" %}
To apply the changes, you must restart your Mac after running the command.
{% endhint %}

## Find your notifications in the Notification Center <a href="#h_5eca54883d" id="h_5eca54883d"></a>

Once the display duration is over, the notification does not disappear permanently. You can find it back in your Notification Center (accessible from the right side of your screen on macOS and Windows 10).
