Skip to content

Commit

Permalink
Increase the size as for a big list of subcollections still fails
Browse files Browse the repository at this point in the history
  • Loading branch information
vjrj committed Dec 2, 2024
1 parent d4d9a50 commit 648d983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/domain/au/org/ala/collectory/Collection.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class Collection implements ProviderGroup, Serializable {
return ok
})
scientificNames(nullable:true, maxSize:2048)
subCollections(nullable:true, maxSize:8192)
subCollections(nullable:true, maxSize:20480)
providerMap(nullable:true)
institution(nullable:true)
}
Expand Down

0 comments on commit 648d983

Please sign in to comment.