Skip to content

Commit

Permalink
B&T can handle larger chunk sizes ( at least for titles ), increase f…
Browse files Browse the repository at this point in the history
…rom 35 to 99
  • Loading branch information
kylemhall committed Oct 9, 2024
1 parent 9c6cba9 commit 2983858
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Readonly::Scalar my $release_character => q{?};

Readonly::Scalar my $NINES_12 => 999_999_999_999;
Readonly::Scalar my $NINES_14 => 99_999_999_999_999;
Readonly::Scalar my $CHUNKSIZE => 35;
Readonly::Scalar my $CHUNKSIZE => 99;

my $use_marc_based_description =
0; # A global configflag : not currently implemented
Expand Down

0 comments on commit 2983858

Please sign in to comment.