diff options
Diffstat (limited to 'src/rope.rs')
| -rw-r--r-- | src/rope.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rope.rs b/src/rope.rs index 5454557..7d00dcd 100644 --- a/src/rope.rs +++ b/src/rope.rs @@ -4,8 +4,7 @@ use std::path::Path; use std::error::Error; use std::rc::Rc; -// Set to a small value to help identify bugs in the implementation. -const MAX_NODE_SIZE: usize = 4; +const MAX_NODE_SIZE: usize = 254; #[derive(Debug, Clone)] struct Leaf { |
