Skip to content

Commit

Permalink
Merge pull request #79 from ChrisBethgster/fix/3_x/listIdentifiersSize
Browse files Browse the repository at this point in the history
Fix: MaxListIdentifiersSize cannot be configured.
  • Loading branch information
tdonohue authored Oct 27, 2023
2 parents 2ef3d57 + 0f92db3 commit ea7e959
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public XOAIManager(FilterResolver filterResolver, ResourceResolver resolver, Con
format = new MetadataFormatManager(resolver, config.getFormats(), filter);
set = new StaticSetManager(config.getSets(), filter);
listSetsSize = config.getMaxListSetsSize();
listIdentifiersSize = config.getMaxListRecordsSize();
listIdentifiersSize = config.getMaxListIdentifiersSize();
listRecordsSize = config.getMaxListRecordsSize();
identation = config.getIndented();
styleSheet = config.getStylesheet();
Expand Down

0 comments on commit ea7e959

Please sign in to comment.