Skip to content

Commit fcb7f9c

Browse files
committed
DataModel: Increase the tail buffer, works with Google now
1 parent df226aa commit fcb7f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matter/src/data_model/core/read.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ impl DataModel {
221221
//
222222
// This is the amount of space we reserve for other things to be attached towards
223223
// the end
224-
const RESERVE_SIZE: usize = 18;
224+
const RESERVE_SIZE: usize = 24;
225225
let mut new_wb = wb_shrink!(old_wb, RESERVE_SIZE);
226226
let mut tw = TLVWriter::new(&mut new_wb);
227227

0 commit comments

Comments
 (0)