Skip to content

Commit 444b755

Browse files
Fix engine integrity bugs
1 parent 40d19a5 commit 444b755

4 files changed

Lines changed: 235 additions & 48 deletions

File tree

crates/contextdb-core/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impl Value {
5050
if s.len() <= 16 {
5151
32 + s.len().saturating_mul(8)
5252
} else {
53-
160 + s.len().saturating_mul(72)
53+
48 + s.len().saturating_mul(2)
5454
}
5555
}
5656
Value::Uuid(_) => 32,

0 commit comments

Comments
 (0)