Commit 156c9a0f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent edebb8ad
......@@ -389,6 +389,7 @@ class XBlk(Persistent):
__repr__ = __str__
# XLOTree is like LOBTree but with small max tree and bucket node sizes.
# It's tree nodes are split often on regular tree updates.
class XLOTree(LOBTree):
#_bucket_type = XLOBucket
max_leaf_size = 2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment