We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df226aa commit fcb7f9cCopy full SHA for fcb7f9c
matter/src/data_model/core/read.rs
@@ -221,7 +221,7 @@ impl DataModel {
221
//
222
// This is the amount of space we reserve for other things to be attached towards
223
// the end
224
- const RESERVE_SIZE: usize = 18;
+ const RESERVE_SIZE: usize = 24;
225
let mut new_wb = wb_shrink!(old_wb, RESERVE_SIZE);
226
let mut tw = TLVWriter::new(&mut new_wb);
227
0 commit comments