mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 01:23:51 +02:00
11 lines
449 B
Diff
11 lines
449 B
Diff
--- ./net/third_party/quiche/src/quiche/quic/core/quic_one_block_arena.h
|
|
+++ ./net/third_party/quiche/src/quiche/quic/core/quic_one_block_arena.h
|
|
@@ -69,7 +69,7 @@
|
|
|
|
// QuicConnections currently use around 1KB of polymorphic types which would
|
|
// ordinarily be on the heap. Instead, store them inline in an arena.
|
|
-using QuicConnectionArena = QuicOneBlockArena<1248>;
|
|
+using QuicConnectionArena = QuicOneBlockArena<1504>;
|
|
|
|
} // namespace quic
|
|
|