Filter: cloudinary_queue_threads

apply_filters( 'cloudinary_queue_threads', $count ) → {int}

Filter the amount of background threads to process for manual syncing.
Parameters:
Name Type Description
$count int The number of manual sync threads to use.
Default Value:
  • 2
Source:
Returns:
Type
int