Skip to content

Commit f77a4c6

Browse files
Update autoload.php
1 parent e0ab5ee commit f77a4c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/autoload.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ function autoload( $directory ) {
6666
continue;
6767
}
6868

69-
// Don't include files that are greater than 100kb
70-
if ( $filesize > 100000 ) {
69+
// Don't include files that are greater than 300kb
70+
if ( $filesize > 300000 ) {
7171
continue;
7272
}
7373

0 commit comments

Comments
 (0)