\ No newline at end of file
diff --git a/pr/249/docs/src/iroh_quinn_proto/connection/send_buffer.rs.html b/pr/249/docs/src/iroh_quinn_proto/connection/send_buffer.rs.html
index 2121f85c9..3261a3202 100644
--- a/pr/249/docs/src/iroh_quinn_proto/connection/send_buffer.rs.html
+++ b/pr/249/docs/src/iroh_quinn_proto/connection/send_buffer.rs.html
@@ -38,7 +38,7 @@
38/// Maximum number of bytes to combine into a single segment
39///
40/// Any segment larger than this will be stored as-is, possibly triggering a flush of the buffer.
-41const MAX_COMBINE: usize = 1024;
+41const MAX_COMBINE: usize = 1452;
4243/// This is where the data of the send buffer lives. It supports appending at the end,
44/// removing from the front, and retrieving data by range.