Skip to content

Conversation

@trepmal
Copy link
Contributor

@trepmal trepmal commented Jul 3, 2024

If there are more than 150 files in a single concatenated asset, it returns a 400 with no other error. We can proactively break up these large groups.

$concat_max_files = 150;

if ( 0 == count( $args ) || count( $args ) > $concat_max_files )
concat_http_status_exit( 400 );

@rinatkhaziev rinatkhaziev changed the title break up asset groups of over 100 break up asset groups of over 150 Jan 22, 2025
Copy link
Contributor Author

@trepmal trepmal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 updates look good in my test environment

@rinatkhaziev rinatkhaziev merged commit 5b5366b into master Jan 22, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants