Skip to content

Commit

Permalink
Update autoload.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronHolbrook committed Jul 25, 2017
1 parent e0ab5ee commit f77a4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ function autoload( $directory ) {
continue;
}

// Don't include files that are greater than 100kb
if ( $filesize > 100000 ) {
// Don't include files that are greater than 300kb
if ( $filesize > 300000 ) {
continue;
}

Expand Down

0 comments on commit f77a4c6

Please sign in to comment.