Set segment length in SegmentedSubnodeList down to 1000 from 10000.
This commit is contained in:
parent
f6663fe987
commit
567266fdfc
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import java.util.*;
|
|||
public class SegmentedSubnodeList extends SubnodeList {
|
||||
|
||||
transient Segment[] segments;
|
||||
static int SEGLENGTH = 10000;
|
||||
static int SEGLENGTH = 1000;
|
||||
|
||||
transient long lastSubnodeCount = 0;
|
||||
transient int subnodeCount = -1;
|
||||
|
|
Loading…
Add table
Reference in a new issue