Skip to content

Commit

Permalink
Increase maxSize in subcollections. Fix for AtlasOfLivingAustralia#181
Browse files Browse the repository at this point in the history
  • Loading branch information
vjrj committed Jul 8, 2021
1 parent e8e1fa0 commit fbff306
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 @@ -130,7 +130,7 @@ class Collection extends ProviderGroup implements Serializable {
return ok
})
scientificNames(nullable:true, maxSize:2048)
subCollections(nullable:true, maxSize:4096)
subCollections(nullable:true, maxSize:8192)
providerMap(nullable:true)
institution(nullable:true)
}
Expand Down

0 comments on commit fbff306

Please sign in to comment.