# | Line 206 | Line 206 | add2full( /* add object to full node */ | |
---|---|---|
206 | objset(oset, cu->cutree); | |
207 | cukid.cusize = cu->cusize * 0.5; | |
208 | ||
209 | < | if (oset[0] < objlim || cukid.cusize < mincusize) { |
209 | > | if (inc==O_IN || oset[0] < objlim || cukid.cusize < |
210 | > | (oset[0] < MAXSET ? mincusize : mincusize/256.0)) { |
211 | /* add to set */ | |
212 | if (oset[0] >= MAXSET) { | |
213 | sprintf(errmsg, "set overflow in addobject (%s)", |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |