wzkb_github_export_chunk_size
Filters the number of export tasks processed per chunk.
Type: filter
Since: 3.1.3
Source: includes/pro/github/class-export-wizard.php line 1387
Parameters
| Type | Name | Description |
|---|---|---|
int |
$chunk_size |
Maximum number of tasks per chunk. |
Usage
add_filter( 'wzkb_github_export_chunk_size', function($chunk_size) {
// ...
return $chunk_size;
} );