---
id: gk-gravityview-bulk-actions-background-threshold
title: "Filter - gk/gravityview/bulk-actions/background-threshold"
sidebar_label: "gk/gravityview/bulk-actions/background-threshold"
tags:
  - "3.0.0"
---

# Filter: gk/gravityview/bulk-actions/background-threshold

Filters the inclusive entry count where supported bulk actions use background processing.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $threshold | `int` | Entry count threshold. Default 100. |
| $view_id | `int` | View ID, or 0 when unavailable. |
| $view | `\View\|null` | View context, or null when unavailable. |

### Since

- 3.0.0

### Source

Defined in `src/Entry/BulkActions/Config.php` at line 170

