DataModel: Increase the tail buffer, works with Google now
This commit is contained in:
parent
df226aa5f3
commit
fcb7f9c28e
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ impl DataModel {
|
|||
//
|
||||
// This is the amount of space we reserve for other things to be attached towards
|
||||
// the end
|
||||
const RESERVE_SIZE: usize = 18;
|
||||
const RESERVE_SIZE: usize = 24;
|
||||
let mut new_wb = wb_shrink!(old_wb, RESERVE_SIZE);
|
||||
let mut tw = TLVWriter::new(&mut new_wb);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue