Skip to content

Commit fbff306

Browse files
committed
Increase maxSize in subcollections. Fix for AtlasOfLivingAustralia#181
1 parent e8e1fa0 commit fbff306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-app/domain/au/org/ala/collectory/Collection.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class Collection extends ProviderGroup implements Serializable {
130130
return ok
131131
})
132132
scientificNames(nullable:true, maxSize:2048)
133-
subCollections(nullable:true, maxSize:4096)
133+
subCollections(nullable:true, maxSize:8192)
134134
providerMap(nullable:true)
135135
institution(nullable:true)
136136
}

0 commit comments

Comments
 (0)