Skip to content

Commit

Permalink
Update amazon-s3-and-cloudfront.php
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey committed Jul 23, 2024
1 parent 09b707c commit 1e30cfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/app/themes/clarity/inc/amazon-s3-and-cloudfront.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public function __construct()
// Increase limits from 50 to 5000.
add_filter( 'as3cf_update_replace_provider_urls_batch_size', fn() => 5000);
add_filter( 'as3cf_update_filter_post_excerpt_batch_size', fn() => 5000);

// Increase limits from 500 to 3500, duration is about 45 seconds.
add_filter( 'as3cf_update_fix_broken_item_extra_data_batch_size', fn() => 3500);

Expand Down

0 comments on commit 1e30cfb

Please sign in to comment.