From: DPGrote <gr...@ll...> - 2003-09-16 17:36:02
|
I've come across the MAX_CHILDS_IN_GROUP limit and am wondering if this limit is there for some fundemental reason. I notice that it only affects the size of temporary arrays in Giterate in utils.c. Can that routine be rewritten to dynamically allocate those temporary arrays to whatever the size of num_obj is? This would remove that limit altogether. The is also true for the MAX_ATTRS_IN_NODE limit - it could be removed in the same way. Thanks, Dave |