| # | Line 271 | Line 271 | add2full( /* add object to full node */ | |
|---|---|---|
| 271 | objset(oset, cu->cutree); | |
| 272 | cukid.cusize = cu->cusize * 0.5; | |
| 273 | ||
| 274 | < | if (inc==O_IN || oset[0] < objlim || cukid.cusize < mincusize) { |
| 274 | > | if (inc==O_IN || oset[0] < objlim || cukid.cusize < |
| 275 | > | (oset[0] < MAXSET ? mincusize : mincusize/256.0)) { |
| 276 | /* add to set */ | |
| 277 | if (oset[0] >= MAXSET) { | |
| 278 | sprintf(errmsg, "set overflow in addobject (%s)", | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |